File: disable-fixtures-test-suite

package info (click to toggle)
haskell-haddock-library 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: haskell: 2,196; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 439 bytes parent folder | 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
@@ -102,6 +102,7 @@ test-suite spec
     , 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