Skip to content

Commit 1549291

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/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)