[Git][haskell-team/DHG_packages][master] bytestring-handle: Patch for newer base/quickcheck2

Ilias Tsitsimpis gitlab at salsa.debian.org
Thu Oct 4 16:05:01 BST 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
feafdb3d by Ilias Tsitsimpis at 2018-10-04T15:01:34Z
bytestring-handle: Patch for newer base/quickcheck2

- - - - -


4 changed files:

- p/haskell-bytestring-handle/debian/changelog
- p/haskell-bytestring-handle/debian/control
- + p/haskell-bytestring-handle/debian/patches/newer-deps
- + p/haskell-bytestring-handle/debian/patches/series


Changes:

=====================================
p/haskell-bytestring-handle/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bytestring-handle (0.1.0.6-4) unstable; urgency=medium
+
+  * Patch for newer base/quickcheck2
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 04 Oct 2018 17:58:42 +0300
+
 haskell-bytestring-handle (0.1.0.6-3) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-bytestring-handle/debian/control
=====================================
@@ -13,8 +13,7 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
- libghc-quickcheck2-dev (>= 2.1.2),
- libghc-quickcheck2-dev (<< 2.11),
+ libghc-quickcheck2-dev,
  libghc-test-framework-dev (>= 0.2.0),
  libghc-test-framework-dev (<< 0.9),
  libghc-test-framework-hunit-dev (<< 0.4),


=====================================
p/haskell-bytestring-handle/debian/patches/newer-deps
=====================================
@@ -0,0 +1,27 @@
+Index: b/bytestring-handle.cabal
+===================================================================
+--- a/bytestring-handle.cabal
++++ b/bytestring-handle.cabal
+@@ -18,7 +18,7 @@ library
+                        Data.ByteString.Handle.Read
+                        Data.ByteString.Handle.Write
+   build-depends:       bytestring >= 0.9.1.5 && < 0.11,
+-                       base >= 4.2 && < 4.11
++                       base >= 4.2 && < 5
+   hs-source-dirs:      src
+ 
+ test-suite test
+@@ -28,11 +28,11 @@ test-suite test
+   main-is: Test.hs
+ 
+   build-depends:
+-                  QuickCheck >= 2.1.2 && < 2.11,
++                  QuickCheck == 2.*,
+                   test-framework-quickcheck2 >= 0.2.5 && < 0.4,
+                   HUnit >= 1.2 && < 1.7,
+                   test-framework-hunit >= 0.2.0 && < 0.4,
+                   test-framework >= 0.2.0 && < 0.9,
+                   bytestring >= 0.9.1.5 && < 0.11,
+-                  base >= 4.2 && < 4.11,
++                  base >= 4.2 && < 5,
+                   bytestring-handle


=====================================
p/haskell-bytestring-handle/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/feafdb3d30310a40c19306c1d33d9e01713839f2
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/20181004/2b963a59/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list