File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
hoist-server-with-context Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments