Skip to content

Commit 1f00206

Browse files
committed
Allow hpack >= 0.9.0 && < 0.12
1 parent 3bc6e01 commit 1f00206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ library
207207
, project-template >= 0.2
208208
, uuid
209209
, zip-archive
210-
, hpack >= 0.9.0
210+
, hpack >= 0.9.0 && < 0.12
211211
if os(windows)
212212
cpp-options: -DWINDOWS
213213
build-depends: Win32

0 commit comments

Comments
 (0)