summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-05 08:43:21 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-05 08:50:04 +0100
commit443ebb049e383810b0e78d35eb2c50da53a14a64 (patch)
tree1014c519da0189b2d3d309fb2ac0e555b00ad858
parent3e96098c7a5f08563e86fe38d492f6dd543f3656 (diff)
downloadDHG_packages-443ebb049e383810b0e78d35eb2c50da53a14a64.tar.gz
optparse-applicative: Upgrading from 0.12.1.0 to 0.13.2.0
-rw-r--r--p/haskell-optparse-applicative/debian/changelog7
-rw-r--r--p/haskell-optparse-applicative/debian/control2
2 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-optparse-applicative/debian/changelog b/p/haskell-optparse-applicative/debian/changelog
index 51b5d9080..81e908414 100644
--- a/p/haskell-optparse-applicative/debian/changelog
+++ b/p/haskell-optparse-applicative/debian/changelog
@@ -1,3 +1,10 @@
+haskell-optparse-applicative (0.13.2.0-1) unstable; urgency=medium
+
+ * New upstream release
+ - Add build-dep on quickcheck2
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 05 Jul 2017 08:49:36 +0100
+
haskell-optparse-applicative (0.12.1.0-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-optparse-applicative/debian/control b/p/haskell-optparse-applicative/debian/control
index 9d21e58fe..ef286f5aa 100644
--- a/p/haskell-optparse-applicative/debian/control
+++ b/p/haskell-optparse-applicative/debian/control
@@ -15,6 +15,8 @@ Build-Depends:
libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-prof,
+ libghc-quickcheck2-dev (>= 2.8) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.11) <!nocheck>,
Build-Depends-Indep:
ghc-doc,
libghc-ansi-wl-pprint-doc,