diff options
author | Clint Adams <clint@debian.org> | 2015-12-04 00:18:00 -0500 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2015-12-04 00:18:00 -0500 |
commit | 9e32e6d2fbaf8a471aa59af8d889006b2ff7eace (patch) | |
tree | 8202257d34166b53d73fd3a15d92ed10ef8b0897 /p/haskell-mutable-containers | |
parent | 602f0b4583769a40066614358c77fffd03cd1d2e (diff) | |
download | DHG_packages-9e32e6d2fbaf8a471aa59af8d889006b2ff7eace.tar.gz |
mutable-containers: Upgrading from 0.3.0 to 0.3.2
Diffstat (limited to 'p/haskell-mutable-containers')
-rw-r--r-- | p/haskell-mutable-containers/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-mutable-containers/debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/p/haskell-mutable-containers/debian/changelog b/p/haskell-mutable-containers/debian/changelog index 0b6f0ec04..924f7dbbd 100644 --- a/p/haskell-mutable-containers/debian/changelog +++ b/p/haskell-mutable-containers/debian/changelog @@ -1,3 +1,9 @@ +haskell-mutable-containers (0.3.2-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Fri, 04 Dec 2015 00:18:00 -0500 + haskell-mutable-containers (0.3.0-3) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. diff --git a/p/haskell-mutable-containers/debian/control b/p/haskell-mutable-containers/debian/control index fba74baf2..106dab4a8 100644 --- a/p/haskell-mutable-containers/debian/control +++ b/p/haskell-mutable-containers/debian/control @@ -10,12 +10,13 @@ Build-Depends: debhelper (>= 9), ghc-prof, libghc-mono-traversable-dev, libghc-mono-traversable-prof, - libghc-primitive-dev, + libghc-primitive-dev (>= 0.5.2.1), libghc-primitive-prof, libghc-vector-dev, libghc-vector-prof, libghc-quickcheck2-dev, libghc-hspec-dev, + libghc-primitive-dev, Build-Depends-Indep: ghc-doc, libghc-mono-traversable-doc, libghc-primitive-doc, |