[Git][haskell-team/DHG_packages][master] fgl-arbitrary: patch for newer QuickCheck

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 17:02:38 BST 2018


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


Commits:
903bf657 by Clint Adams at 2018-04-14T12:01:11-04:00
fgl-arbitrary: patch for newer QuickCheck

- - - - -


4 changed files:

- p/haskell-fgl-arbitrary/debian/changelog
- p/haskell-fgl-arbitrary/debian/control
- + p/haskell-fgl-arbitrary/debian/patches/newer-deps
- + p/haskell-fgl-arbitrary/debian/patches/series


Changes:

=====================================
p/haskell-fgl-arbitrary/debian/changelog
=====================================
--- a/p/haskell-fgl-arbitrary/debian/changelog
+++ b/p/haskell-fgl-arbitrary/debian/changelog
@@ -1,3 +1,9 @@
+haskell-fgl-arbitrary (0.2.0.3-3) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 12:00:47 -0400
+
 haskell-fgl-arbitrary (0.2.0.3-2) unstable; urgency=medium
 
   * Bump to Standards-Version 4.1.4.


=====================================
p/haskell-fgl-arbitrary/debian/control
=====================================
--- a/p/haskell-fgl-arbitrary/debian/control
+++ b/p/haskell-fgl-arbitrary/debian/control
@@ -9,9 +9,8 @@ Build-Depends: debhelper (>= 9),
  ghc,
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.3),
- libghc-quickcheck2-dev (<< 2.10),
- libghc-quickcheck2-prof (>= 2.3),
- libghc-quickcheck2-prof (<< 2.10),
+ libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-prof,
  libghc-fgl-dev (>= 5.5.2.0),
  libghc-fgl-dev (<< 6),
  libghc-fgl-prof (>= 5.5.2.0),


=====================================
p/haskell-fgl-arbitrary/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-fgl-arbitrary/debian/patches/newer-deps
@@ -0,0 +1,20 @@
+--- a/fgl-arbitrary.cabal
++++ b/fgl-arbitrary.cabal
+@@ -29,7 +29,7 @@
+   -- other-extensions:
+   build-depends:       base < 5
+                      , fgl >= 5.5.2.0 && < 6
+-                     , QuickCheck >= 2.3 && < 2.10
++                     , QuickCheck >= 2.3 && < 2.12
+   -- hs-source-dirs:
+   default-language:    Haskell2010
+ 
+@@ -43,7 +43,7 @@
+     build-depends:    fgl-arbitrary
+                     , fgl
+                     , base
+-                    , QuickCheck >= 2.3 && < 2.10
++                    , QuickCheck >= 2.3 && < 2.12
+                     , hspec >= 2.1 && < 2.5
+                     , containers
+ 


=====================================
p/haskell-fgl-arbitrary/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-fgl-arbitrary/debian/patches/series
@@ -0,0 +1 @@
+newer-deps



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/903bf6575ffd68d0cd5b61dfc025c58ce9987453
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/20180414/7ad3542d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list