File: disable-fixtures-test-suite

package info (click to toggle)
haskell-haddock-library 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: haskell: 2,220; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 539 bytes parent folder | download
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