We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 486f89d + bbd016d commit 4fe6997Copy full SHA for 4fe6997
cabal.project
@@ -30,7 +30,7 @@ packages:
30
doc/cookbook/file-upload
31
doc/cookbook/generic
32
-- doc/cookbook/hoist-server-with-context
33
- -- doc/cookbook/https
+ doc/cookbook/https
34
-- doc/cookbook/jwt-and-basic-auth/
35
doc/cookbook/pagination
36
-- doc/cookbook/sentry
doc/cookbook/https/https.cabal
@@ -17,7 +17,7 @@ executable cookbook-https
17
, servant-server
18
, wai >= 3.2
19
, warp >= 3.2
20
- , warp-tls >= 3.2
+ , warp-tls >= 3.2.9
21
, markdown-unlit >= 0.4
22
default-language: Haskell2010
23
ghc-options: -Wall -pgmL markdown-unlit
0 commit comments