Skip to content

Commit

Permalink
Merge pull request commercialhaskell#1856 from sol/hpack
Browse files Browse the repository at this point in the history
Require hpack >= 0.10.0
  • Loading branch information
mgsloan committed Mar 1, 2016
2 parents e8c3871 + 40bab0d commit 8616bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stack-7.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ extra-deps:
- process-1.2.1.0
- time-1.5.0.1
- base-compat-0.9.0
- hpack-0.9.1
- hpack-0.10.0
- microlens-0.4.1.0
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ library
, project-template >= 0.2
, uuid
, zip-archive
, hpack >= 0.9.1
, hpack >= 0.10.0
if os(windows)
cpp-options: -DWINDOWS
build-depends: Win32
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ nix:
- zlib
extra-deps:
- path-io-1.0.0
- hpack-0.9.1
- hpack-0.10.0

0 comments on commit 8616bf3

Please sign in to comment.