enabling jwt-and-basic-auth coobook
This commit is contained in:
parent
4fe6997659
commit
13d4e84bff
3 changed files with 5 additions and 3 deletions
|
@ -31,7 +31,7 @@ packages:
|
||||||
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
|
||||||
-- Commented out because servant-quickcheck currently doesn't build.
|
-- Commented out because servant-quickcheck currently doesn't build.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -23,7 +23,7 @@ executable cookbook-jwt-and-basic-auth
|
||||||
, servant-client
|
, servant-client
|
||||||
, servant-server
|
, servant-server
|
||||||
, servant-auth ==0.3.*
|
, servant-auth ==0.3.*
|
||||||
, servant-auth-server >= 0.3.1.0
|
, servant-auth-server >= 0.4.4.0
|
||||||
, warp >= 3.2
|
, warp >= 3.2
|
||||||
, wai >= 3.2
|
, wai >= 3.2
|
||||||
, http-types >= 0.12
|
, http-types >= 0.12
|
||||||
|
|
Loading…
Reference in a new issue