[Git][haskell-team/DHG_packages][master] http-api-data: patch for newer QuickCheck
Clint Adams
gitlab at salsa.debian.org
Fri Jun 5 22:56:08 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d8a7cc7e by Clint Adams at 2020-06-05T17:55:15-04:00
http-api-data: patch for newer QuickCheck
- - - - -
4 changed files:
- p/haskell-http-api-data/debian/changelog
- p/haskell-http-api-data/debian/control
- + p/haskell-http-api-data/debian/patches/newer-deps
- + p/haskell-http-api-data/debian/patches/series
Changes:
=====================================
p/haskell-http-api-data/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http-api-data (0.4.1.1-2) unstable; urgency=medium
+
+ * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Fri, 05 Jun 2020 17:54:59 -0400
+
haskell-http-api-data (0.4.1.1-1) unstable; urgency=medium
[ John Paul Adrian Glaubitz ]
=====================================
p/haskell-http-api-data/debian/control
=====================================
@@ -45,13 +45,13 @@ Build-Depends:
libghc-hunit-dev (>= 1.6.0.0) <!nocheck>,
libghc-hunit-dev (<< 1.7) <!nocheck>,
libghc-quickcheck2-dev (>= 2.11.3) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.13) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.14) <!nocheck>,
libghc-base-compat-dev <!nocheck>,
libghc-cookie-dev <!nocheck>,
libghc-doctest-dev (>= 0.16.0) <!nocheck>,
libghc-doctest-dev (<< 0.17) <!nocheck>,
libghc-hspec-dev (>= 2.6.0) <!nocheck>,
- libghc-hspec-dev (<< 2.7) <!nocheck>,
+ libghc-hspec-dev (<< 2.8) <!nocheck>,
libghc-quickcheck-instances-dev (>= 0.3.19) <!nocheck>,
libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
Build-Depends-Indep: ghc-doc,
=====================================
p/haskell-http-api-data/debian/patches/newer-deps
=====================================
@@ -0,0 +1,19 @@
+--- a/http-api-data.cabal
++++ b/http-api-data.cabal
+@@ -102,7 +102,6 @@
+ , bytestring
+ , cookie
+ , http-api-data
+- , nats
+ , text
+ , time-compat
+ , unordered-containers
+@@ -110,7 +109,7 @@
+
+ build-depends: HUnit >= 1.6.0.0 && <1.7
+ , hspec >= 2.7.1 && <2.8
+- , QuickCheck >= 2.13.1 && <2.14
++ , QuickCheck >= 2.13.1 && <2.15
+ , quickcheck-instances >= 0.3.21 && <0.4
+
+ source-repository head
=====================================
p/haskell-http-api-data/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d8a7cc7ea9b552bb56ff3227a63c0232fdd5c8f7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d8a7cc7ea9b552bb56ff3227a63c0232fdd5c8f7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200605/5894849d/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list