Commit feafdb3d authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

bytestring-handle: Patch for newer base/quickcheck2

parent 9519d213
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-bytestring-handle (0.1.0.6-4) unstable; urgency=medium

  * Patch for newer base/quickcheck2

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Thu, 04 Oct 2018 17:58:42 +0300

haskell-bytestring-handle (0.1.0.6-3) unstable; urgency=medium

  [ Clint Adams ]
+1 −2
Original line number Diff line number Diff line
@@ -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),
+27 −0
Original line number Diff line number Diff line
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
+1 −0
Original line number Diff line number Diff line
newer-deps