File: disable-doctests

package info (click to toggle)
haskell-rank2classes 1.5.3.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: haskell: 1,246; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable doctests
 Disable doctests since they fail on too many architectures, with what seems to
 be a GHC bug.

Index: b/rank2classes.cabal
===================================================================
--- a/rank2classes.cabal
+++ b/rank2classes.cabal
@@ -49,6 +49,7 @@ library
 
 test-suite doctests
   type:                exitcode-stdio-1.0
+  buildable: false
   hs-source-dirs:      test
   default-language:    Haskell2010
   main-is:             Doctest.hs