[Pkg-haskell-commits] darcs: haskell-aeson: Remove arch restrictions on ghci and other BDs, now that we should have full support on all arches from GHC 7.4.2. Version GHC BD to guarantee this.
laney at debian.org
laney at debian.org
Sun Aug 26 10:07:33 UTC 2012
Sun Aug 26 10:07:24 UTC 2012 laney at debian.org
* Remove arch restrictions on ghci and other BDs, now that we should have full support on all arches from GHC 7.4.2. Version GHC BD to guarantee this.
Ignore-this: 93b4bc3d88ae148f0e4b955a5dd0a8de
M ./changelog +8
M ./control -5 +5
Sun Aug 26 10:07:24 UTC 2012 laney at debian.org
* Remove arch restrictions on ghci and other BDs, now that we should have full support on all arches from GHC 7.4.2. Version GHC BD to guarantee this.
Ignore-this: 93b4bc3d88ae148f0e4b955a5dd0a8de
diff -rN -u old-haskell-aeson//changelog new-haskell-aeson//changelog
--- old-haskell-aeson//changelog 2012-08-26 10:07:33.325627017 +0000
+++ new-haskell-aeson//changelog 2012-08-26 10:07:33.330641718 +0000
@@ -1,3 +1,11 @@
+haskell-aeson (0.6.0.2-2) UNRELEASED; urgency=low
+
+ * Remove arch restrictions on ghci and other BDs, now that we should have
+ full support on all arches from GHC 7.4.2. Version GHC BD to guarantee
+ this.
+
+ -- Iain Lane <laney at debian.org> Sun, 26 Aug 2012 11:05:33 +0100
+
haskell-aeson (0.6.0.2-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-aeson//control new-haskell-aeson//control
--- old-haskell-aeson//control 2012-08-26 10:07:33.325627017 +0000
+++ new-haskell-aeson//control 2012-08-26 10:07:33.330641718 +0000
@@ -6,9 +6,9 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.8.10)
- , ghc
+ , ghc (>= 7.4.2)
, ghc-prof
- , ghc-ghci [any-i386 any-amd64 sparc]
+ , ghc-ghci
, libghc-attoparsec-dev (>> 0.8.6.1)
, libghc-attoparsec-prof
, libghc-blaze-builder-dev (>> 0.2.1.4)
@@ -29,9 +29,9 @@
, libghc-unordered-containers-prof
, libghc-vector-dev (>> 0.7.1)
, libghc-vector-prof
- , libghc-quickcheck2-dev [any-i386 any-amd64 sparc]
- , libghc-test-framework-dev [any-i386 any-amd64 sparc]
- , libghc-test-framework-quickcheck2-dev [any-i386 any-amd64 sparc]
+ , libghc-quickcheck2-dev
+ , libghc-test-framework-dev
+ , libghc-test-framework-quickcheck2-dev
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-doc
, libghc-blaze-builder-doc
More information about the Pkg-haskell-commits
mailing list