1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Disable fixtures test-suite
It requires tree-diff which is not packaged yet.
Author: Ilias Tsitsimpis <iliastsi@debian.org>
Index: b/haddock-library.cabal
===================================================================
--- a/haddock-library.cabal
+++ b/haddock-library.cabal
@@ -107,6 +107,7 @@ test-suite spec
, hspec-discover:hspec-discover >= 2.4.4 && < 2.12
test-suite fixtures
+ buildable: False
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: Fixtures.hs
|