[Git][haskell-team/DHG_packages][master] quickcheck-instances: patch for newer dependencies

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 14:04:12 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3a0ce6bb by Clint Adams at 2020-06-01T09:03:22-04:00
quickcheck-instances: patch for newer dependencies

- - - - -


4 changed files:

- p/haskell-quickcheck-instances/debian/changelog
- p/haskell-quickcheck-instances/debian/control
- + p/haskell-quickcheck-instances/debian/patches/newer-deps
- + p/haskell-quickcheck-instances/debian/patches/series


Changes:

=====================================
p/haskell-quickcheck-instances/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-quickcheck-instances (0.3.22-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 01 Jun 2020 09:03:13 -0400
+
 haskell-quickcheck-instances (0.3.22-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-quickcheck-instances/debian/control
=====================================
@@ -12,10 +12,10 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-quickcheck2-dev (>= 2.13.2),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-base-compat-dev (>= 0.9.3),
- libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-dev (<< 0.12),
  libghc-base-compat-prof,
  libghc-case-insensitive-dev (>= 1.2.0.4),
  libghc-case-insensitive-dev (<< 1.3),


=====================================
p/haskell-quickcheck-instances/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+--- a/quickcheck-instances.cabal
++++ b/quickcheck-instances.cabal
+@@ -68,12 +68,12 @@
+                        Test.QuickCheck.Instances.Void
+   Hs-Source-Dirs:      src
+   Build-depends:
+-    base       >=4.5    && <4.13,
+-    QuickCheck >=2.13.2 && <2.14,
++    base       >=4.5    && <4.15,
++    QuickCheck >=2.13.2 && <2.15,
+     splitmix   >=0.0.2  && <0.1,
+ 
+     array                >=0.4.0.0 && <0.6,
+-    base-compat          >=0.9.3   && <0.11,
++    base-compat          >=0.9.3   && <0.12,
+     bytestring           >=0.9.2.1 && <0.11,
+     case-insensitive     >=1.2.0.4 && <1.3,
+     containers           >=0.4.2.1 && <0.7,


=====================================
p/haskell-quickcheck-instances/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3a0ce6bb35e3b3a39a5f8bdde4db494e16e92479

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3a0ce6bb35e3b3a39a5f8bdde4db494e16e92479
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/20200601/0c613f5d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list