File: disable-doctests

package info (click to toggle)
haskell-trifecta 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 284 kB
  • sloc: haskell: 1,857; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable doctests
  Doctests and Template Haskell are incompatible. The following ghc
  bug seems related:
    https://ghc.haskell.org/trac/ghc/ticket/8025
  Re-enable doctests once this has been fixed.
Author: Ilias Tsitsimpis <iliastsi@debian.org>

--- a/trifecta.cabal
+++ b/trifecta.cabal
@@ -111,6 +111,7 @@
     build-depends: fail == 4.9.*
 
 test-suite doctests
+  buildable: false
   type:              exitcode-stdio-1.0
   main-is:           doctests.hs
   ghc-options:       -Wall -threaded