Try excluding uverb cookbook from pre 8.6.1 builds
This commit is contained in:
parent
d4f7b0397d
commit
81a73dfcda
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,8 @@ executable cookbook-uverb
|
|||
, swagger2
|
||||
, wai
|
||||
, warp
|
||||
default-language: Haskell2010
|
||||
if impl(ghc < 8.6.1)
|
||||
buildable: False
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall -pgmL markdown-unlit
|
||||
build-tool-depends: markdown-unlit:markdown-unlit
|
||||
|
|
Loading…
Reference in a new issue