summaryrefslogtreecommitdiff
path: root/p/haskell-vty
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-01-10 22:06:31 -0500
committerClint Adams <clint@debian.org>2016-01-10 22:06:31 -0500
commitc164d20ae5fb17a8d68fee8f7764d7ff01698172 (patch)
tree9a4751248e71626732be2aad911ebc2d32e77277 /p/haskell-vty
parentbcdf94c4183824398d1dc8367074dbfa5d5d9039 (diff)
downloadDHG_packages-c164d20ae5fb17a8d68fee8f7764d7ff01698172.tar.gz
vty: Upgrading from 5.3.1 to 5.4.0
Diffstat (limited to 'p/haskell-vty')
-rw-r--r--p/haskell-vty/debian/changelog6
-rw-r--r--p/haskell-vty/debian/control3
2 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-vty/debian/changelog b/p/haskell-vty/debian/changelog
index d3b6b4161..b256d172c 100644
--- a/p/haskell-vty/debian/changelog
+++ b/p/haskell-vty/debian/changelog
@@ -1,3 +1,9 @@
+haskell-vty (5.4.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Sun, 10 Jan 2016 22:06:31 -0500
+
haskell-vty (5.3.1-2) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-vty/debian/control b/p/haskell-vty/debian/control
index 448855868..283a417c7 100644
--- a/p/haskell-vty/debian/control
+++ b/p/haskell-vty/debian/control
@@ -27,6 +27,8 @@ Build-Depends: debhelper (>= 9),
libghc-parsec3-dev (>= 2),
libghc-parsec3-dev (<< 4),
libghc-parsec3-prof,
+ libghc-stm-dev,
+ libghc-stm-prof,
libghc-text-dev (>= 0.11.3),
libghc-text-prof,
libghc-utf8-string-dev (>= 0.3),
@@ -43,6 +45,7 @@ Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
libghc-parallel-doc,
libghc-parsec3-doc,
+ libghc-stm-doc,
libghc-text-doc,
libghc-utf8-string-doc,
libghc-vector-doc,