Skip to content

Commit

Permalink
enabling jwt-and-basic-auth coobook
Browse files Browse the repository at this point in the history
  • Loading branch information
akhesaCaro committed Apr 11, 2021
1 parent 4fe6997 commit 13d4e84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
doc/cookbook/generic
-- doc/cookbook/hoist-server-with-context
doc/cookbook/https
-- doc/cookbook/jwt-and-basic-auth/
doc/cookbook/jwt-and-basic-auth/
doc/cookbook/pagination
-- doc/cookbook/sentry
-- Commented out because servant-quickcheck currently doesn't build.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ executable cookbook-hoist-server-with-context
, servant
, servant-server
, servant-auth >= 0.3.2
, servant-auth-server
, servant-auth-server >= 0.4.4.0
, time
, warp >= 3.2
, wai >= 3.2
, wai-extra
, http-types >= 0.12
, bytestring >= 0.10.4
, mtl
if impl(ghc < 8.2.1)
buildable: False
default-language: Haskell2010
ghc-options: -Wall -pgmL markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit
2 changes: 1 addition & 1 deletion doc/cookbook/jwt-and-basic-auth/jwt-and-basic-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ executable cookbook-jwt-and-basic-auth
, servant-client
, servant-server
, servant-auth ==0.3.*
, servant-auth-server >= 0.3.1.0
, servant-auth-server >= 0.4.4.0
, warp >= 3.2
, wai >= 3.2
, http-types >= 0.12
Expand Down

0 comments on commit 13d4e84

Please sign in to comment.