Skip to content

Commit a570d2b

Browse files
Allow cookie-0.5 (#1747)
1 parent e80d2aa commit a570d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/tutorial/tutorial.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ library
6262
build-depends:
6363
blaze-html >= 0.9.0.1 && < 0.10
6464
, blaze-markup >= 0.8.0.0 && < 0.9
65-
, cookie >= 0.4.3 && < 0.5
65+
, cookie >= 0.4.3 && < 0.6
6666
, js-jquery >= 3.3.1 && < 3.4
6767
, lucid >= 2.9.11 && < 2.12
6868
, random >= 1.1 && < 1.3

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
, blaze-builder >= 0.4.1.0 && < 0.5
3838
, bytestring >= 0.10.6.0 && < 0.13
3939
, case-insensitive >= 1.2.0.11 && < 1.3
40-
, cookie >= 0.4.4 && < 0.5
40+
, cookie >= 0.4.4 && < 0.6
4141
, data-default-class >= 0.1.2.0 && < 0.2
4242
, entropy >= 0.4.1.3 && < 0.5
4343
, http-types >= 0.12.2 && < 0.13

0 commit comments

Comments
 (0)