We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe6997 commit 1549291Copy full SHA for 1549291
cabal.project
@@ -31,7 +31,7 @@ packages:
31
doc/cookbook/generic
32
-- doc/cookbook/hoist-server-with-context
33
doc/cookbook/https
34
- -- doc/cookbook/jwt-and-basic-auth/
+ doc/cookbook/jwt-and-basic-auth/
35
doc/cookbook/pagination
36
-- doc/cookbook/sentry
37
-- Commented out because servant-quickcheck currently doesn't build.
doc/cookbook/jwt-and-basic-auth/jwt-and-basic-auth.cabal
@@ -23,7 +23,7 @@ executable cookbook-jwt-and-basic-auth
23
, servant-client
24
, servant-server
25
, servant-auth ==0.3.*
26
- , servant-auth-server >= 0.3.1.0
+ , servant-auth-server >= 0.4.4.0
27
, warp >= 3.2
28
, wai >= 3.2
29
, http-types >= 0.12
0 commit comments