[DHG_packages] 05/05: megaparsec: Upgrading from 4.4.0 to 5.0.1
Clint Adams
clint at moszumanska.debian.org
Thu Oct 27 02:12:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit d3ceaebfcecc6a954923f38236f3721383b24e69
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 26 22:06:05 2016 -0400
megaparsec: Upgrading from 4.4.0 to 5.0.1
---
p/haskell-megaparsec/debian/changelog | 6 ++++++
p/haskell-megaparsec/debian/control | 29 +++++++++++++++++------------
2 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/p/haskell-megaparsec/debian/changelog b/p/haskell-megaparsec/debian/changelog
index 49db522..342396b 100644
--- a/p/haskell-megaparsec/debian/changelog
+++ b/p/haskell-megaparsec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-megaparsec (5.0.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Oct 2016 22:06:04 -0400
+
haskell-megaparsec (4.4.0-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-megaparsec/debian/control b/p/haskell-megaparsec/debian/control
index b744c69..0ab789f 100644
--- a/p/haskell-megaparsec/debian/control
+++ b/p/haskell-megaparsec/debian/control
@@ -8,33 +8,38 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc,
ghc-prof,
- libghc-fail-dev (>= 4.9),
- libghc-fail-dev (<< 4.10),
- libghc-fail-prof (>= 4.9),
- libghc-fail-prof (<< 4.10),
- libghc-mtl-dev (>= 2),
- libghc-mtl-dev (<< 3),
- libghc-mtl-prof (>= 2),
- libghc-mtl-prof (<< 3),
+ libghc-exceptions-dev (>= 0.6),
+ libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-prof,
+ libghc-fail-prof,
+ libghc-mtl-dev (>= 2.0),
+ libghc-mtl-dev (<< 3.0),
+ libghc-mtl-prof,
+ libghc-scientific-dev (>= 0.3.1),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
libghc-semigroups-dev (>= 0.18),
libghc-semigroups-dev (<< 0.19),
libghc-semigroups-prof (>= 0.18),
libghc-semigroups-prof (<< 0.19),
libghc-text-dev (>= 0.2),
- libghc-text-prof (>= 0.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
libghc-hunit-dev (>= 1.2),
libghc-hunit-dev (<< 1.4),
- libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2.8.2),
+ libghc-quickcheck2-dev (<< 3.0),
libghc-test-framework-dev (>= 0.6),
- libghc-test-framework-dev (<< 1),
+ libghc-test-framework-dev (<< 1.0),
libghc-test-framework-hunit-dev (>= 0.3),
libghc-test-framework-hunit-dev (<< 0.4),
libghc-test-framework-quickcheck2-dev (>= 0.3),
libghc-test-framework-quickcheck2-dev (<< 0.4),
Build-Depends-Indep: ghc-doc,
+ libghc-exceptions-doc,
libghc-fail-doc,
libghc-mtl-doc,
+ libghc-scientific-doc,
libghc-semigroups-doc,
libghc-text-doc,
Standards-Version: 3.9.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list