diff options
author | Clint Adams <clint@debian.org> | 2016-07-12 17:02:26 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-07-12 17:03:10 -0400 |
commit | 5b649833dcc71ab5cb138d44970241bb112485d7 (patch) | |
tree | 5309acdbafcee131ef9faf36c04bd31fde4aab74 /p/haskell-mutable-containers | |
parent | 827bc1f48b0574969fd53204a338fe8e7439eb6e (diff) | |
download | DHG_packages-5b649833dcc71ab5cb138d44970241bb112485d7.tar.gz |
mutable-containers: Upgrading from 0.3.2.1 to 0.3.3
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 | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-mutable-containers/debian/changelog b/p/haskell-mutable-containers/debian/changelog index 7025ffc7c..18b0af472 100644 --- a/p/haskell-mutable-containers/debian/changelog +++ b/p/haskell-mutable-containers/debian/changelog @@ -1,3 +1,9 @@ +haskell-mutable-containers (0.3.3-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 17:02:26 -0400 + haskell-mutable-containers (0.3.2.1-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-mutable-containers/debian/control b/p/haskell-mutable-containers/debian/control index 95b1a5ff7..8925aafcd 100644 --- a/p/haskell-mutable-containers/debian/control +++ b/p/haskell-mutable-containers/debian/control @@ -23,7 +23,7 @@ Build-Depends-Indep: ghc-doc, libghc-vector-doc, Standards-Version: 3.9.8 Homepage: https://github.com/fpco/mutable-containers -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-mutable-containers Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git X-Description: Abstactions and concrete implementations of mutable containers One of Haskell's strengths is immutable data structures. These structures make |