File tree 3 files changed +5
-3
lines changed
hoist-server-with-context
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ packages:
31
31
doc/cookbook/generic
32
32
-- doc/cookbook/hoist-server-with-context
33
33
doc/cookbook/https
34
- -- doc/cookbook/jwt-and-basic-auth/
34
+ doc/cookbook/jwt-and-basic-auth/
35
35
doc/cookbook/pagination
36
36
-- doc/cookbook/sentry
37
37
-- 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
24
24
, servant
25
25
, servant-server
26
26
, servant-auth >= 0.3.2
27
- , servant-auth-server
27
+ , servant-auth-server >= 0.4.4.0
28
28
, time
29
29
, warp >= 3.2
30
30
, wai >= 3.2
31
31
, wai-extra
32
32
, http-types >= 0.12
33
33
, bytestring >= 0.10.4
34
34
, mtl
35
+ if impl(ghc < 8.2.1 )
36
+ buildable : False
35
37
default-language : Haskell2010
36
38
ghc-options : -Wall -pgmL markdown-unlit
37
39
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
23
23
, servant-client
24
24
, servant-server
25
25
, servant-auth == 0.3. *
26
- , servant-auth-server >= 0.3.1 .0
26
+ , servant-auth-server >= 0.4.4 .0
27
27
, warp >= 3.2
28
28
, wai >= 3.2
29
29
, http-types >= 0.12
You can’t perform that action at this time.
0 commit comments