enabling https cookbook

This commit is contained in:
akhesaCaro 2021-04-10 12:30:31 +02:00
parent 486f89da04
commit bbd016df09
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ packages:
doc/cookbook/file-upload
doc/cookbook/generic
-- doc/cookbook/hoist-server-with-context
-- doc/cookbook/https
doc/cookbook/https
-- doc/cookbook/jwt-and-basic-auth/
doc/cookbook/pagination
-- doc/cookbook/sentry

View File

@ -17,7 +17,7 @@ executable cookbook-https
, servant-server
, wai >= 3.2
, warp >= 3.2
, warp-tls >= 3.2
, warp-tls >= 3.2.9
, markdown-unlit >= 0.4
default-language: Haskell2010
ghc-options: -Wall -pgmL markdown-unlit