Skip to content

Commit 13d4e84

Browse files
committed
enabling jwt-and-basic-auth coobook
1 parent 4fe6997 commit 13d4e84

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages:
3131
doc/cookbook/generic
3232
-- doc/cookbook/hoist-server-with-context
3333
doc/cookbook/https
34-
-- doc/cookbook/jwt-and-basic-auth/
34+
doc/cookbook/jwt-and-basic-auth/
3535
doc/cookbook/pagination
3636
-- doc/cookbook/sentry
3737
-- Commented out because servant-quickcheck currently doesn't build.

doc/cookbook/hoist-server-with-context/hoist-server-with-context.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ executable cookbook-hoist-server-with-context
2424
, servant
2525
, servant-server
2626
, servant-auth >= 0.3.2
27-
, servant-auth-server
27+
, servant-auth-server >= 0.4.4.0
2828
, time
2929
, warp >= 3.2
3030
, wai >= 3.2
3131
, wai-extra
3232
, http-types >= 0.12
3333
, bytestring >= 0.10.4
3434
, mtl
35+
if impl(ghc < 8.2.1)
36+
buildable: False
3537
default-language: Haskell2010
3638
ghc-options: -Wall -pgmL markdown-unlit
3739
build-tool-depends: markdown-unlit:markdown-unlit

doc/cookbook/jwt-and-basic-auth/jwt-and-basic-auth.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ executable cookbook-jwt-and-basic-auth
2323
, servant-client
2424
, servant-server
2525
, servant-auth ==0.3.*
26-
, servant-auth-server >= 0.3.1.0
26+
, servant-auth-server >= 0.4.4.0
2727
, warp >= 3.2
2828
, wai >= 3.2
2929
, http-types >= 0.12

0 commit comments

Comments
 (0)