File: disable-fixtures-test-suite

package info (click to toggle)
haskell-haddock-library 1.5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: haskell: 3,333; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 522 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
@@ -92,6 +92,7 @@ test-suite spec
     hspec-discover:hspec-discover ^>= 2.4.4
 
 test-suite fixtures
+  buildable: False
   type:             exitcode-stdio-1.0
   default-language: Haskell2010
   main-is:          Fixtures.hs