Commit d811a070 authored by Clint Adams's avatar Clint Adams
Browse files

vector: Upgrading from 0.12.0.1 to 0.12.0.3

parent 48123e72
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-vector (0.12.0.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 19:25:52 -0400

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

  * Disable tests on all architectures due to a GHC bug
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
 ghc (>= 8),
 ghc-prof,
 libghc-primitive-dev (>= 0.5.0.1),
 libghc-primitive-dev (<< 0.7),
 libghc-primitive-dev (<< 0.8),
 libghc-primitive-prof,
 libghc-hunit-dev,
 libghc-quickcheck2-dev (>= 2.9),
+8 −17
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 @@
@@ -193,7 +193,7 @@
   hs-source-dirs: tests
   Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
                  random,
   Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
                  random, primitive,
-                 QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
+                 QuickCheck >= 2.9 && < 2.12 , HUnit, test-framework,
+                 QuickCheck >= 2.9 && < 2.13 , HUnit, test-framework,
                  test-framework-hunit, test-framework-quickcheck2,
                  transformers >= 0.2.0.0
 
@@ -233,7 +233,7 @@
@@ -234,7 +234,7 @@
   hs-source-dirs: tests
   Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
                  random,
   Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
                  random, primitive,
-                 QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
+                 QuickCheck >= 2.9 && < 2.12 , HUnit, test-framework,
+                 QuickCheck >= 2.9 && < 2.13 , HUnit, test-framework,
                  test-framework-hunit, test-framework-quickcheck2,
                  transformers >= 0.2.0.0