uncomment uverb coobook and include it from building against GHC >= 9

This commit is contained in:
akhesacaro 2021-10-02 18:07:03 +02:00
parent 2ea6664124
commit 61d097db44
2 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,7 @@ packages:
-- doc/cookbook/sentry
-- Commented out because servant-quickcheck currently doesn't build.
-- doc/cookbook/testing
--doc/cookbook/uverb
-- ^ BROKEN servant-swagger -> optics-th
doc/cookbook/uverb
doc/cookbook/structuring-apis
doc/cookbook/using-custom-monad
doc/cookbook/using-free-client

View File

@ -28,6 +28,8 @@ executable cookbook-uverb
, swagger2
, wai
, warp
if impl(ghc >= 9)
buildable: False
default-language: Haskell2010
ghc-options: -Wall -pgmL markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit