Skip to content

Commit 81a73df

Browse files
author
Gaël Deest
committed
Try excluding uverb cookbook from pre 8.6.1 builds
1 parent d4f7b03 commit 81a73df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/cookbook/uverb/uverb.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ executable cookbook-uverb
2828
, swagger2
2929
, wai
3030
, warp
31-
default-language: Haskell2010
31+
if impl(ghc < 8.6.1)
32+
buildable: False
33+
default-language: Haskell2010
3234
ghc-options: -Wall -pgmL markdown-unlit
3335
build-tool-depends: markdown-unlit:markdown-unlit

0 commit comments

Comments
 (0)