[Pkg-haskell-commits] darcs: haskell-path-pieces: Build-depend on hspec and quickcheck2 on arm64, armel, armhf, ppc64el, and s390x as well, since they now have TH.

Colin Watson cjwatson at debian.org
Sat May 9 16:53:47 UTC 2015


Sat May  9 16:49:53 UTC 2015  Colin Watson <cjwatson at debian.org>
  * Build-depend on hspec and quickcheck2 on arm64, armel, armhf, ppc64el, and s390x as well, since they now have TH.

    M ./changelog +2
    M ./control -2 +2

Sat May  9 16:49:53 UTC 2015  Colin Watson <cjwatson at debian.org>
  * Build-depend on hspec and quickcheck2 on arm64, armel, armhf, ppc64el, and s390x as well, since they now have TH.
diff -rN -u old-haskell-path-pieces/changelog new-haskell-path-pieces/changelog
--- old-haskell-path-pieces/changelog	2015-05-09 16:53:47.573977706 +0000
+++ new-haskell-path-pieces/changelog	2015-05-09 16:53:47.577977706 +0000
@@ -1,6 +1,8 @@
 haskell-path-pieces (0.1.4-4) UNRELEASED; urgency=medium
 
   * Fix condition for running the test suite to work with GHC 7.8.
+  * Build-depend on hspec and quickcheck2 on arm64, armel, armhf, ppc64el,
+    and s390x as well, since they now have TH.
 
  -- Colin Watson <cjwatson at debian.org>  Sat, 09 May 2015 17:47:31 +0100
 
diff -rN -u old-haskell-path-pieces/control new-haskell-path-pieces/control
--- old-haskell-path-pieces/control	2015-05-09 16:53:47.573977706 +0000
+++ new-haskell-path-pieces/control	2015-05-09 16:53:47.573977706 +0000
@@ -10,8 +10,8 @@
   , ghc-prof
   , libghc-text-dev (>> 0.5)
   , libghc-text-prof
-  , libghc-hspec-dev (>> 1.3) [any-amd64 any-i386 powerpc sparc]
-  , libghc-quickcheck2-dev [any-amd64 any-i386 powerpc sparc]
+  , libghc-hspec-dev (>> 1.3) [any-amd64 any-i386 arm64 armel armhf powerpc ppc64el s390x sparc]
+  , libghc-quickcheck2-dev [any-amd64 any-i386 arm64 armel armhf powerpc ppc64el s390x sparc]
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
 Standards-Version: 3.9.4




More information about the Pkg-haskell-commits mailing list