[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-=7Alib-enum?=: Fix build deps.
Clint Adams
clint at debian.org
Wed Feb 1 20:09:19 UTC 2012
Wed Feb 1 20:09:06 UTC 2012 Clint Adams <clint at debian.org>
* Fix build deps.
Ignore-this: 620c27bee5d2ab9d84a96ed0ac691a72
M ./changelog +6
M ./control -2 +2
Wed Feb 1 20:09:06 UTC 2012 Clint Adams <clint at debian.org>
* Fix build deps.
Ignore-this: 620c27bee5d2ab9d84a96ed0ac691a72
diff -rN -u old-haskell-zlib-enum//changelog new-haskell-zlib-enum//changelog
--- old-haskell-zlib-enum//changelog 2012-02-01 20:09:18.911248568 +0000
+++ new-haskell-zlib-enum//changelog 2012-02-01 20:09:18.911248568 +0000
@@ -1,3 +1,9 @@
+haskell-zlib-enum (0.2.1-2) unstable; urgency=low
+
+ * Fix version constraint on enumerator build dependency.
+
+ -- Clint Adams <clint at debian.org> Wed, 01 Feb 2012 14:58:25 -0500
+
haskell-zlib-enum (0.2.1-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-zlib-enum//control new-haskell-zlib-enum//control
--- old-haskell-zlib-enum//control 2012-02-01 20:09:18.895248235 +0000
+++ new-haskell-zlib-enum//control 2012-02-01 20:09:18.915249124 +0000
@@ -8,13 +8,13 @@
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
- , libghc-enumerator-dev
+ , libghc-enumerator-dev (>> 0.4)
, libghc-enumerator-prof
, libghc-zlib-bindings-dev
, libghc-zlib-bindings-prof
Build-Depends-Indep: ghc-doc
, libghc-enumerator-doc
- , libghc-enumerator-doc
+ , libghc-zlib-bindings-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/zlib-enum
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zlib-enum
More information about the Pkg-haskell-commits
mailing list