Skip to content

Commit 89825c4

Browse files
authored
Merge pull request #98 from spencerjanssen/cookie-0.5
Allow cookie-0.5
2 parents 02d45cf + 598bf7d commit 89825c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi3.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ library
8383
, aeson >=1.4.2.0 && <1.6 || >=2.0.1.0 && < 2.3
8484
, aeson-pretty >=0.8.7 && <0.9
8585
-- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint
86-
, cookie >=0.4.3 && <0.5
86+
, cookie >=0.4.3 && <0.6
8787
, generics-sop >=0.5.1.0 && <0.6
8888
, hashable >=1.2.7.0 && <1.5
8989
, http-media >=0.8.0.0 && <0.9

0 commit comments

Comments
 (0)