[Git][haskell-team/DHG_packages][master] parallel: patch for newer base
    Clint Adams 
    gitlab at salsa.debian.org
       
    Mon Jun  1 20:12:58 BST 2020
    
    
  
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c0d54d7d by Clint Adams at 2020-06-01T15:12:25-04:00
parallel: patch for newer base
- - - - -
3 changed files:
- p/haskell-parallel/debian/changelog
- + p/haskell-parallel/debian/patches/newer-deps
- + p/haskell-parallel/debian/patches/series
Changes:
=====================================
p/haskell-parallel/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-parallel (3.2.2.0-3) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Mon, 01 Jun 2020 15:12:11 -0400
+
 haskell-parallel (3.2.2.0-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.
=====================================
p/haskell-parallel/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/parallel.cabal
++++ b/parallel.cabal
+@@ -43,7 +43,7 @@
+ 
+     build-depends:
+         array      >= 0.3 && < 0.6,
+-        base       >= 4.3 && < 4.13,
++        base       >= 4.3 && < 4.15,
+         containers >= 0.4 && < 0.7,
+         deepseq    >= 1.1 && < 1.5
+ 
=====================================
p/haskell-parallel/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c0d54d7d81d42b41e14feb876ef28fe8fde00883
-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c0d54d7d81d42b41e14feb876ef28fe8fde00883
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/20200601/8a438090/attachment.html>
    
    
More information about the Pkg-haskell-commits
mailing list