Skip to content

Commit 2fd3676

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ packages:
2929
doc/cookbook/db-sqlite-simple
3030
doc/cookbook/file-upload
3131
doc/cookbook/generic
32-
-- doc/cookbook/hoist-server-with-context
33-
-- doc/cookbook/https
32+
doc/cookbook/https
33+
doc/cookbook/hoist-server-with-context
3434
-- doc/cookbook/jwt-and-basic-auth/
3535
doc/cookbook/pagination
3636
-- doc/cookbook/sentry

doc/cookbook/hoist-server-with-context/hoist-server-with-context.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ executable cookbook-hoist-server-with-context
2424
, servant
2525
, servant-server
2626
, servant-auth >= 0.3.2
27-
, servant-auth-server
27+
, servant-auth-server >= 0.4.4.0
2828
, time
2929
, warp >= 3.2
3030
, wai >= 3.2

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)