diff options
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 |