Skip to content

Commit 97967d8

Browse files
committedApr 16, 2021
enabling hoist-server-with-context cookbook
1 parent 4fe6997 commit 97967d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages:
2929
doc/cookbook/db-sqlite-simple
3030
doc/cookbook/file-upload
3131
doc/cookbook/generic
32-
-- doc/cookbook/hoist-server-with-context
32+
doc/cookbook/hoist-server-with-context
3333
doc/cookbook/https
3434
-- doc/cookbook/jwt-and-basic-auth/
3535
doc/cookbook/pagination

‎doc/cookbook/hoist-server-with-context/hoist-server-with-context.cabal

+3-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)