summaryrefslogtreecommitdiff
path: root/p/haskell-mutable-containers
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-mutable-containers')
-rw-r--r--p/haskell-mutable-containers/debian/changelog6
-rw-r--r--p/haskell-mutable-containers/debian/control4
2 files changed, 5 insertions, 5 deletions
diff --git a/p/haskell-mutable-containers/debian/changelog b/p/haskell-mutable-containers/debian/changelog
index 920738f62..18b0af472 100644
--- a/p/haskell-mutable-containers/debian/changelog
+++ b/p/haskell-mutable-containers/debian/changelog
@@ -1,8 +1,8 @@
-haskell-mutable-containers (0.3.2.1-2) UNRELEASED; urgency=medium
+haskell-mutable-containers (0.3.3-1) unstable; urgency=medium
- * Fix VCS fields
+ * New upstream release
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:49 +0200
+ -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 17:02:26 -0400
haskell-mutable-containers (0.3.2.1-1) unstable; urgency=medium
diff --git a/p/haskell-mutable-containers/debian/control b/p/haskell-mutable-containers/debian/control
index 1514f9bed..8925aafcd 100644
--- a/p/haskell-mutable-containers/debian/control
+++ b/p/haskell-mutable-containers/debian/control
@@ -23,8 +23,8 @@ 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-Git: https://anonscm.debian.org/git/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
it easier to reason about code, simplify concurrency and parallelism, and in