Skip to content

Commit 61d097d

Browse files
committed
uncomment uverb coobook and include it from building against GHC >= 9
1 parent 2ea6664 commit 61d097d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cabal.project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ packages:
3636
-- doc/cookbook/sentry
3737
-- Commented out because servant-quickcheck currently doesn't build.
3838
-- doc/cookbook/testing
39-
--doc/cookbook/uverb
40-
-- ^ BROKEN servant-swagger -> optics-th
39+
doc/cookbook/uverb
4140
doc/cookbook/structuring-apis
4241
doc/cookbook/using-custom-monad
4342
doc/cookbook/using-free-client

doc/cookbook/uverb/uverb.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ executable cookbook-uverb
2828
, swagger2
2929
, wai
3030
, warp
31+
if impl(ghc >= 9)
32+
buildable: False
3133
default-language: Haskell2010
3234
ghc-options: -Wall -pgmL markdown-unlit
3335
build-tool-depends: markdown-unlit:markdown-unlit

0 commit comments

Comments
 (0)