Package: haskell-haddock-library / 1.8.0-1

disable-fixtures-test-suite Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable fixtures test-suite
 It requires tree-diff which is not packaged yet.
Author: Ilias Tsitsimpis <iliastsi@debian.org>

--- a/haddock-library.cabal
+++ b/haddock-library.cabal
@@ -91,6 +91,7 @@
     , hspec-discover:hspec-discover  >= 2.4.4    && < 2.8
 
 test-suite fixtures
+  buildable: False
   type:             exitcode-stdio-1.0
   default-language: Haskell2010
   main-is:          Fixtures.hs