Commit 04a52077 authored by Clint Adams's avatar Clint Adams
Browse files

vector: patch for newer base and QuickCheck

parent 5246978c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-vector (0.12.0.1-4) unstable; urgency=medium

  * Patch for newer base and QuickCheck.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 00:40:27 -0400

haskell-vector (0.12.0.1-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
 libghc-primitive-prof,
 libghc-hunit-dev,
 libghc-quickcheck2-dev (>= 2.9),
 libghc-quickcheck2-dev (<< 2.10),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-random-dev,
 libghc-test-framework-dev,
 libghc-test-framework-hunit-dev,
+29 −0
Original line number Diff line number Diff line
--- a/vector.cabal
+++ b/vector.cabal
@@ -144,7 +144,7 @@
   Install-Includes:
         vector.h
 
-  Build-Depends: base >= 4.5 && < 4.10
+  Build-Depends: base >= 4.5 && < 4.12
                , primitive >= 0.5.0.1 && < 0.7
                , ghc-prim >= 0.2 && < 0.6
                , deepseq >= 1.1 && < 1.5
@@ -192,7 +192,7 @@
   hs-source-dirs: tests
   Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
                  random,
-                 QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
+                 QuickCheck >= 2.9 && < 2.12 , HUnit, test-framework,
                  test-framework-hunit, test-framework-quickcheck2,
                  transformers >= 0.2.0.0
 
@@ -233,7 +233,7 @@
   hs-source-dirs: tests
   Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
                  random,
-                 QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
+                 QuickCheck >= 2.9 && < 2.12 , HUnit, test-framework,
                  test-framework-hunit, test-framework-quickcheck2,
                  transformers >= 0.2.0.0
 
+1 −0
Original line number Diff line number Diff line
no_ann_without_ghci
sse2
newer-deps