We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea6664 commit 61d097dCopy full SHA for 61d097d
cabal.project
@@ -36,8 +36,7 @@ packages:
36
-- doc/cookbook/sentry
37
-- Commented out because servant-quickcheck currently doesn't build.
38
-- doc/cookbook/testing
39
- --doc/cookbook/uverb
40
- -- ^ BROKEN servant-swagger -> optics-th
+ doc/cookbook/uverb
41
doc/cookbook/structuring-apis
42
doc/cookbook/using-custom-monad
43
doc/cookbook/using-free-client
doc/cookbook/uverb/uverb.cabal
@@ -28,6 +28,8 @@ executable cookbook-uverb
28
, swagger2
29
, wai
30
, warp
31
+ if impl(ghc >= 9)
32
+ buildable: False
33
default-language: Haskell2010
34
ghc-options: -Wall -pgmL markdown-unlit
35
build-tool-depends: markdown-unlit:markdown-unlit
0 commit comments