[Pkg-haskell-commits] darcs: haskell-optparse-applicative: Drop test-specific build-dependencies on architectures without GHCi, since tests are disabled in that case.

Colin Watson cjwatson at debian.org
Thu Jan 2 04:35:06 UTC 2014


Thu Jan  2 04:35:01 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Drop test-specific build-dependencies on architectures without GHCi, since tests are disabled in that case.

    M ./changelog +7
    M ./control -8 +8

Thu Jan  2 04:35:01 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Drop test-specific build-dependencies on architectures without GHCi, since tests are disabled in that case.
diff -rN -u old-haskell-optparse-applicative/changelog new-haskell-optparse-applicative/changelog
--- old-haskell-optparse-applicative/changelog	2014-01-02 04:35:06.713863857 +0000
+++ new-haskell-optparse-applicative/changelog	2014-01-02 04:35:06.713863857 +0000
@@ -1,3 +1,10 @@
+haskell-optparse-applicative (0.7.0.2-3) UNRELEASED; urgency=medium
+
+  * Drop test-specific build-dependencies on architectures without GHCi,
+    since tests are disabled in that case.
+
+ -- Colin Watson <cjwatson at debian.org>  Thu, 02 Jan 2014 04:34:24 +0000
+
 haskell-optparse-applicative (0.7.0.2-2) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-optparse-applicative/control new-haskell-optparse-applicative/control
--- old-haskell-optparse-applicative/control	2014-01-02 04:35:06.713863857 +0000
+++ new-haskell-optparse-applicative/control	2014-01-02 04:35:06.713863857 +0000
@@ -11,14 +11,14 @@
   , libghc-transformers-dev (>> 0.2)
   , libghc-transformers-dev (<< 0.4)
   , libghc-transformers-prof
-  , libghc-hunit-dev (>> 1.2)
-  , libghc-hunit-dev (<< 1.3)
-  , libghc-test-framework-dev (>> 0.6)
-  , libghc-test-framework-dev (<< 0.9)
-  , libghc-test-framework-hunit-dev (>> 0.2)
-  , libghc-test-framework-hunit-dev (<< 0.4)
-  , libghc-test-framework-th-prime-dev (>> 0.0)
-  , libghc-test-framework-th-prime-dev (<< 0.1)
+  , libghc-hunit-dev (>> 1.2) [any-amd64 any-i386 powerpc sparc]
+  , libghc-hunit-dev (<< 1.3) [any-amd64 any-i386 powerpc sparc]
+  , libghc-test-framework-dev (>> 0.6) [any-amd64 any-i386 powerpc sparc]
+  , libghc-test-framework-dev (<< 0.9) [any-amd64 any-i386 powerpc sparc]
+  , libghc-test-framework-hunit-dev (>> 0.2) [any-amd64 any-i386 powerpc sparc]
+  , libghc-test-framework-hunit-dev (<< 0.4) [any-amd64 any-i386 powerpc sparc]
+  , libghc-test-framework-th-prime-dev (>> 0.0) [any-amd64 any-i386 powerpc sparc]
+  , libghc-test-framework-th-prime-dev (<< 0.1) [any-amd64 any-i386 powerpc sparc]
 Build-Depends-Indep: ghc-doc
   , libghc-transformers-doc
 Standards-Version: 3.9.4




More information about the Pkg-haskell-commits mailing list