[Pkg-haskell-commits] darcs: haskell-lens: Depend on reflection on all architectures
Joachim Breitner
mail at joachim-breitner.de
Wed May 14 07:59:57 UTC 2014
Wed May 14 07:39:31 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Depend on reflection on all architectures
M ./changelog -1 +2
M ./control -3 +3
Wed May 14 07:39:31 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Depend on reflection on all architectures
diff -rN -u old-haskell-lens/changelog new-haskell-lens/changelog
--- old-haskell-lens/changelog 2014-05-14 07:59:57.509327444 +0000
+++ new-haskell-lens/changelog 2014-05-14 07:59:57.517327441 +0000
@@ -1,6 +1,7 @@
haskell-lens (4.1.2-3) UNRELEASED; urgency=medium
- * Do not run hlint tests
+ * Do not run hlint tests
+ * Depend on reflection on all architectures
-- Joachim Breitner <nomeata at debian.org> Wed, 14 May 2014 09:38:16 +0200
diff -rN -u old-haskell-lens/control new-haskell-lens/control
--- old-haskell-lens/control 2014-05-14 07:59:57.509327444 +0000
+++ new-haskell-lens/control 2014-05-14 07:59:57.509327444 +0000
@@ -47,9 +47,9 @@
, libghc-profunctors-dev (>= 4)
, libghc-profunctors-dev (<< 5)
, libghc-profunctors-prof
- , 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-reflection-dev (>> 1.1.6)
+ , libghc-reflection-dev (<< 2)
+ , libghc-reflection-prof
, libghc-scientific-dev (>= 0.2)
, libghc-scientific-dev (<< 0.3)
, libghc-scientific-prof
More information about the Pkg-haskell-commits
mailing list