Merge pull request #1413 from akhesaCaro/cookbook_hoist_server_with_context

enabling hoist-server-with-context cookbook
This commit is contained in:
Caroline GAUDREAU 2021-04-16 13:49:57 +02:00 committed by GitHub
commit ad76c47c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,7 @@ packages:
doc/cookbook/db-sqlite-simple doc/cookbook/db-sqlite-simple
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

View file

@ -24,7 +24,7 @@ executable cookbook-hoist-server-with-context
, servant , servant
, servant-server , servant-server
, servant-auth >= 0.3.2 , servant-auth >= 0.3.2
, servant-auth-server , servant-auth-server >= 0.4.4.0
, time , time
, warp >= 3.2 , warp >= 3.2
, wai >= 3.2 , wai >= 3.2
@ -32,6 +32,8 @@ executable cookbook-hoist-server-with-context
, http-types >= 0.12 , http-types >= 0.12
, bytestring >= 0.10.4 , bytestring >= 0.10.4
, mtl , mtl
if impl(ghc < 8.2.1)
buildable: False
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall -pgmL markdown-unlit ghc-options: -Wall -pgmL markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit build-tool-depends: markdown-unlit:markdown-unlit