File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
hoist-server-with-context Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ 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
33
- -- doc/cookbook/https
32
+ doc/cookbook/https
33
+ doc/cookbook/hoist-server-with-context
34
34
-- doc/cookbook/jwt-and-basic-auth/
35
35
doc/cookbook/pagination
36
36
-- doc/cookbook/sentry
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 @@ -17,7 +17,7 @@ executable cookbook-https
17
17
, servant-server
18
18
, wai >= 3.2
19
19
, warp >= 3.2
20
- , warp-tls >= 3.2
20
+ , warp-tls >= 3.2.9
21
21
, markdown-unlit >= 0.4
22
22
default-language : Haskell2010
23
23
ghc-options : -Wall -pgmL markdown-unlit
You can’t perform that action at this time.
0 commit comments