File: disable-doctests

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

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