Skip to content

Commit

Permalink
Require hpack-0.9.1 (see commercialhaskell#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Feb 21, 2016
1 parent 9c806a1 commit 63d6bcb
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,4 +24,4 @@ extra-deps:
- process-1.2.1.0
- time-1.5.0.1
- base-compat-0.9.0
- hpack-0.9.0
- hpack-0.9.1
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ library
, project-template >= 0.2
, uuid
, zip-archive
, hpack >= 0.9.0
, hpack >= 0.9.1
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-0.3.1
- hpack-0.9.0
- hpack-0.9.1

0 comments on commit 63d6bcb

Please sign in to comment.