Commit 97967d8 1 parent 4fe6997 commit 97967d8 Copy full SHA for 97967d8
File tree 2 files changed +4
-2
lines changed
doc/cookbook/hoist-server-with-context
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ packages:
29
29
doc/cookbook/db-sqlite-simple
30
30
doc/cookbook/file-upload
31
31
doc/cookbook/generic
32
- -- doc/cookbook/hoist-server-with-context
32
+ doc/cookbook/hoist-server-with-context
33
33
doc/cookbook/https
34
34
-- doc/cookbook/jwt-and-basic-auth/
35
35
doc/cookbook/pagination
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
You can’t perform that action at this time.
0 commit comments