diff options
| author | Clint Adams <clint@debian.org> | 2012-02-02 00:09:06 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2012-02-02 00:09:06 +0400 |
| commit | f8a7ebe3d305ba3ac4e9623fa149cae9d569f94c (patch) | |
| tree | 52927181591de431af303a846f6521adc1da3513 /p/haskell-zlib-enum/debian | |
| parent | a3c184072b9e7c50cf8dfd3c75bf42e9a8f943a2 (diff) | |
| download | DHG_packages-f8a7ebe3d305ba3ac4e9623fa149cae9d569f94c.tar.gz | |
haskell-zlib-enum: Fix build deps.
Diffstat (limited to 'p/haskell-zlib-enum/debian')
| -rw-r--r-- | p/haskell-zlib-enum/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-zlib-enum/debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-zlib-enum/debian/changelog b/p/haskell-zlib-enum/debian/changelog index 99e82d53d..202e91ef2 100644 --- a/p/haskell-zlib-enum/debian/changelog +++ b/p/haskell-zlib-enum/debian/changelog @@ -1,3 +1,9 @@ +haskell-zlib-enum (0.2.1-2) unstable; urgency=low + + * Fix version constraint on enumerator build dependency. + + -- Clint Adams <clint@debian.org> Wed, 01 Feb 2012 14:58:25 -0500 + haskell-zlib-enum (0.2.1-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-zlib-enum/debian/control b/p/haskell-zlib-enum/debian/control index 9db16b57f..cd621935f 100644 --- a/p/haskell-zlib-enum/debian/control +++ b/p/haskell-zlib-enum/debian/control @@ -8,13 +8,13 @@ Build-Depends: debhelper (>= 7) , 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 |
