Skip to content

Commit 8dd53d1

Browse files
authored
Merge pull request #277 from ysangkok/master
Relax HTTP bound to allow 4000.4 series
2 parents 8bd8c20 + 508599f commit 8dd53d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackage-security-HTTP/hackage-security-HTTP.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HTTP
3838
build-depends: base >= 4.5 && < 4.17,
3939
bytestring >= 0.9 && < 0.12,
40-
HTTP >= 4000.2.19 && < 4000.4,
40+
HTTP >= 4000.2.19 && < 4000.5,
4141
mtl >= 2.1 && < 2.3,
4242
zlib >= 0.5 && < 0.7,
4343
hackage-security >= 0.5 && < 0.7

0 commit comments

Comments
 (0)