Merge pull request #1412 from akhesaCaro/cookbook_https
enabling https cookbook
This commit is contained in:
commit
4fe6997659
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ packages:
|
||||||
doc/cookbook/file-upload
|
doc/cookbook/file-upload
|
||||||
doc/cookbook/generic
|
doc/cookbook/generic
|
||||||
-- doc/cookbook/hoist-server-with-context
|
-- doc/cookbook/hoist-server-with-context
|
||||||
-- doc/cookbook/https
|
doc/cookbook/https
|
||||||
-- doc/cookbook/jwt-and-basic-auth/
|
-- doc/cookbook/jwt-and-basic-auth/
|
||||||
doc/cookbook/pagination
|
doc/cookbook/pagination
|
||||||
-- doc/cookbook/sentry
|
-- doc/cookbook/sentry
|
||||||
|
|
|
@ -17,7 +17,7 @@ executable cookbook-https
|
||||||
, servant-server
|
, servant-server
|
||||||
, wai >= 3.2
|
, wai >= 3.2
|
||||||
, warp >= 3.2
|
, warp >= 3.2
|
||||||
, warp-tls >= 3.2
|
, warp-tls >= 3.2.9
|
||||||
, markdown-unlit >= 0.4
|
, markdown-unlit >= 0.4
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -pgmL markdown-unlit
|
ghc-options: -Wall -pgmL markdown-unlit
|
||||||
|
|
Loading…
Reference in a new issue