Skip to content

Commit 4fe6997

Browse files
author
Gaël Deest
authored
Merge pull request #1412 from akhesaCaro/cookbook_https
enabling https cookbook
2 parents 486f89d + bbd016d commit 4fe6997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages:
3030
doc/cookbook/file-upload
3131
doc/cookbook/generic
3232
-- doc/cookbook/hoist-server-with-context
33-
-- doc/cookbook/https
33+
doc/cookbook/https
3434
-- doc/cookbook/jwt-and-basic-auth/
3535
doc/cookbook/pagination
3636
-- doc/cookbook/sentry

doc/cookbook/https/https.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ executable cookbook-https
1717
, servant-server
1818
, wai >= 3.2
1919
, warp >= 3.2
20-
, warp-tls >= 3.2
20+
, warp-tls >= 3.2.9
2121
, markdown-unlit >= 0.4
2222
default-language: Haskell2010
2323
ghc-options: -Wall -pgmL markdown-unlit

0 commit comments

Comments
 (0)