summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKAction <KAction@gnu.org>2015-04-19 19:33:44 +0300
committerKAction <KAction@gnu.org>2015-04-19 19:33:44 +0300
commitea4022bfb92e72a02e809ea238e19ee9cf227f26 (patch)
tree6592698515c8ad069259d6e9297b25dd1ed4a637
parentecde460dc7190f50dd437c9b7012549a12ad0505 (diff)
downloadDHG_packages-ea4022bfb92e72a02e809ea238e19ee9cf227f26.tar.gz
haskell-exceptions: New upsteam release
-rw-r--r--p/haskell-exceptions/debian/changelog7
-rw-r--r--p/haskell-exceptions/debian/control12
2 files changed, 17 insertions, 2 deletions
diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index fb3ab1c6d..3c1d6063d 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,3 +1,10 @@
+haskell-exceptions (0.8.0.2-1) experimental; urgency=medium
+
+ * New upstream release
+ * Standards version bump (no changes needed)
+
+ -- Dmitry Bogatov <KAction@gnu.org> Sun, 19 Apr 2015 19:09:39 +0300
+
haskell-exceptions (0.6.1-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 7ab312311..329ce1469 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -2,7 +2,7 @@ Source: haskell-exceptions
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders: Clint Adams <clint@debian.org>, Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.9)
@@ -11,6 +11,12 @@ Build-Depends: debhelper (>= 9)
, libghc-mtl-dev (>= 2.0)
, libghc-mtl-dev (<< 2.3)
, libghc-mtl-prof
+ , libghc-stm-dev (>= 2.2)
+ , libghc-stm-dev (<< 3)
+ , libghc-stm-prof
+ , libghc-transformers-compat-dev (>= 0.3)
+ , libghc-transformers-compat-dev (<< 0.5)
+ , libghc-transformers-compat-prof
, libghc-quickcheck2-dev (>= 2.5)
, libghc-quickcheck2-dev (<< 2.8)
, libghc-test-framework-dev (>= 0.8)
@@ -19,7 +25,9 @@ Build-Depends: debhelper (>= 9)
, libghc-test-framework-quickcheck2-dev (<< 0.4)
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
-Standards-Version: 3.9.5
+ , libghc-stm-doc
+ , libghc-transformers-compat-doc
+Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/exceptions
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-exceptions
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-exceptions