[Git][haskell-team/DHG_packages][master] vector: Upgrading from 0.12.0.1 to 0.12.0.3

Clint Adams gitlab at salsa.debian.org
Sun Jul 28 00:27:09 BST 2019



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


Commits:
d811a070 by Clint Adams at 2019-07-27T23:26:51Z
vector: Upgrading from 0.12.0.1 to 0.12.0.3

- - - - -


3 changed files:

- p/haskell-vector/debian/changelog
- p/haskell-vector/debian/control
- p/haskell-vector/debian/patches/newer-deps


Changes:

=====================================
p/haskell-vector/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector (0.12.0.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at 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


=====================================
p/haskell-vector/debian/control
=====================================
@@ -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),


=====================================
p/haskell-vector/debian/patches/newer-deps
=====================================
@@ -1,29 +1,20 @@
 --- 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
  



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d811a070a9f1859fbf674c2044777e9a706a96be
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/20190727/f71c4b45/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list