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 f993b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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 f993b4a

Please sign in to comment.