[Pkg-haskell-commits] darcs: haskell-lens: Express the list of architectures with TH build-dependencies in positive rather than negative terms, to avoid needing to extend it for new architectures such as arm64.
Colin Watson
cjwatson at debian.org
Mon Apr 7 16:39:29 UTC 2014
Mon Apr 7 16:39:10 UTC 2014 Colin Watson <cjwatson at debian.org>
* Express the list of architectures with TH build-dependencies in positive rather than negative terms, to avoid needing to extend it for new architectures such as arm64.
M ./changelog +8
M ./control -7 +7
Mon Apr 7 16:39:10 UTC 2014 Colin Watson <cjwatson at debian.org>
* Express the list of architectures with TH build-dependencies in positive rather than negative terms, to avoid needing to extend it for new architectures such as arm64.
diff -rN -u old-haskell-lens/changelog new-haskell-lens/changelog
--- old-haskell-lens/changelog 2014-04-07 16:39:28.875237029 +0000
+++ new-haskell-lens/changelog 2014-04-07 16:39:28.879237027 +0000
@@ -1,3 +1,11 @@
+haskell-lens (3.10-2) UNRELEASED; urgency=medium
+
+ * Express the list of architectures with TH build-dependencies in positive
+ rather than negative terms, to avoid needing to extend it for new
+ architectures such as arm64.
+
+ -- Colin Watson <cjwatson at debian.org> Mon, 07 Apr 2014 17:35:42 +0100
+
haskell-lens (3.10-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-lens/control new-haskell-lens/control
--- old-haskell-lens/control 2014-04-07 16:39:28.875237029 +0000
+++ new-haskell-lens/control 2014-04-07 16:39:28.879237027 +0000
@@ -20,9 +20,9 @@
, libghc-distributive-dev (>> 0.3)
, libghc-distributive-dev (<< 1)
, libghc-distributive-prof
- , libghc-generic-deriving-dev (>> 1.4) [!armel !armhf !mips !mipsel !s390 !s390x]
- , libghc-generic-deriving-dev (<< 1.7) [!armel !armhf !mips !mipsel !s390 !s390x]
- , libghc-generic-deriving-prof [!armel !armhf !mips !mipsel !s390 !s390x]
+ , libghc-generic-deriving-dev (>> 1.4) [any-amd64 any-i386 powerpc sparc]
+ , libghc-generic-deriving-dev (<< 1.7) [any-amd64 any-i386 powerpc sparc]
+ , libghc-generic-deriving-prof [any-amd64 any-i386 powerpc sparc]
, libghc-hashable-dev (>> 1.1.2.3)
, libghc-hashable-dev (<< 1.3)
, libghc-hashable-prof
@@ -38,9 +38,9 @@
, libghc-profunctors-dev (>= 4)
, libghc-profunctors-dev (<< 5)
, libghc-profunctors-prof
- , libghc-reflection-dev (>> 1.1.6) [!armel !armhf !mips !mipsel !s390 !s390x]
- , libghc-reflection-dev (<< 2) [!armel !armhf !mips !mipsel !s390 !s390x]
- , libghc-reflection-prof [!armel !armhf !mips !mipsel !s390 !s390x]
+ , libghc-reflection-dev (>> 1.1.6) [any-amd64 any-i386 powerpc sparc]
+ , libghc-reflection-dev (<< 2) [any-amd64 any-i386 powerpc sparc]
+ , libghc-reflection-prof [any-amd64 any-i386 powerpc sparc]
, libghc-semigroupoids-dev (>= 4)
, libghc-semigroupoids-dev (<< 5)
, libghc-semigroupoids-prof
@@ -73,7 +73,7 @@
, libghc-test-framework-dev (>> 0.6)
, libghc-test-framework-quickcheck2-dev (>> 0.2)
, libghc-test-framework-hunit-dev (>> 0.2)
- , libghc-test-framework-th-dev (>> 0.2) [!armel !armhf !mips !mipsel !s390 !s390x]
+ , libghc-test-framework-th-dev (>> 0.2) [any-amd64 any-i386 powerpc sparc]
, libghc-doctest-dev (>> 0.9.1)
, libghc-simple-reflect-dev (>> 0.3.1)
Build-Depends-Indep: ghc-doc
More information about the Pkg-haskell-commits
mailing list