summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-12-04 00:19:11 -0500
committerClint Adams <clint@debian.org>2015-12-04 00:19:11 -0500
commitf5bb94bb3ad80bbabd13910c8ca543bb108ad2c2 (patch)
tree4e283f49984ddc217362eac71558d1992ca93228
parente1e89a1a52134a7ede99dfeaea5bcd30c7783e2f (diff)
downloadDHG_packages-f5bb94bb3ad80bbabd13910c8ca543bb108ad2c2.tar.gz
parsers: Upgrading from 0.12.2.1 to 0.12.3
-rw-r--r--p/haskell-parsers/debian/changelog6
-rw-r--r--p/haskell-parsers/debian/control6
2 files changed, 11 insertions, 1 deletions
diff --git a/p/haskell-parsers/debian/changelog b/p/haskell-parsers/debian/changelog
index e3d06a886..0bd8df1ca 100644
--- a/p/haskell-parsers/debian/changelog
+++ b/p/haskell-parsers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-parsers (0.12.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Fri, 04 Dec 2015 00:19:11 -0500
+
haskell-parsers (0.12.2.1-3) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-parsers/debian/control b/p/haskell-parsers/debian/control
index 5c74cd8c3..fbd5c9422 100644
--- a/p/haskell-parsers/debian/control
+++ b/p/haskell-parsers/debian/control
@@ -8,9 +8,12 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
- libghc-attoparsec-dev (>= 0.12.1),
+ libghc-attoparsec-dev (>= 0.12.1.4),
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-prof,
+ libghc-base-orphans-dev (>= 0.3),
+ libghc-base-orphans-dev (<< 1),
+ libghc-base-orphans-prof,
libghc-charset-dev (>= 0.3),
libghc-charset-dev (<< 1),
libghc-charset-prof,
@@ -33,6 +36,7 @@ Build-Depends: debhelper (>= 9),
libghc-quickcheck-instances-dev,
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
+ libghc-base-orphans-doc,
libghc-charset-doc,
libghc-parsec3-doc,
libghc-scientific-doc,