[Git][haskell-team/DHG_packages][master] trifecta: Disable doctests

Ilias Tsitsimpis gitlab at salsa.debian.org
Fri Nov 23 15:13:20 GMT 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
710583c1 by Ilias Tsitsimpis at 2018-11-23T15:08:35Z
trifecta: Disable doctests

- - - - -


4 changed files:

- p/haskell-trifecta/debian/changelog
- p/haskell-trifecta/debian/control
- p/haskell-trifecta/debian/patches/disable-doctests
- p/haskell-trifecta/debian/patches/series


Changes:

=====================================
p/haskell-trifecta/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-trifecta (2-3) unstable; urgency=medium
+
+  * Disable doctests, fails on too many architectures
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 23 Nov 2018 17:06:04 +0200
+
 haskell-trifecta (2-2) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-trifecta/debian/control
=====================================
@@ -62,12 +62,7 @@ Build-Depends:
  libghc-utf8-string-dev (>= 0.3.6),
  libghc-utf8-string-prof,
  libghc-quickcheck2-dev,
- libghc-doctest-dev (>= 0.11.1),
- libghc-doctest-dev (<< 0.17),
- libghc-doctest-prof,
  libghc-parsers-dev,
- libghc-cabal-doctest-dev (>= 1),
- libghc-cabal-doctest-dev (<< 1.1),
 Build-Depends-Indep: ghc-doc,
  libghc-ansi-terminal-doc,
  libghc-ansi-wl-pprint-doc,


=====================================
p/haskell-trifecta/debian/patches/disable-doctests
=====================================
@@ -9,11 +9,11 @@ Index: b/trifecta.cabal
 ===================================================================
 --- a/trifecta.cabal
 +++ b/trifecta.cabal
-@@ -89,6 +89,7 @@ library
+@@ -101,6 +101,7 @@ library
      build-depends: fail == 4.9.*
  
  test-suite doctests
 +  buildable: false
-   type:             exitcode-stdio-1.0
-   main-is:          doctests.hs
-   ghc-options:      -Wall -threaded
+   type:              exitcode-stdio-1.0
+   main-is:           doctests.hs
+   ghc-options:       -Wall -threaded


=====================================
p/haskell-trifecta/debian/patches/series
=====================================
@@ -0,0 +1 @@
+disable-doctests



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/710583c18d7a75fccf18609ab2bfd6b436e442e9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/710583c18d7a75fccf18609ab2bfd6b436e442e9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181123/4c9d610e/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list