[Git][haskell-team/DHG_packages][master] PSQueue: patch for newer base

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 02:36:06 BST 2020



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


Commits:
1817106d by Clint Adams at 2020-05-31T21:35:33-04:00
PSQueue: patch for newer base

- - - - -


4 changed files:

- p/haskell-psqueue/debian/changelog
- p/haskell-psqueue/debian/control
- + p/haskell-psqueue/debian/patches/newer-deps
- p/haskell-psqueue/debian/patches/series


Changes:

=====================================
p/haskell-psqueue/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-psqueue (1.1.0.1-3) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Sun, 31 May 2020 21:35:25 -0400
+
 haskell-psqueue (1.1.0.1-2) unstable; urgency=medium
 
   * Patch in a Setup.hs.


=====================================
p/haskell-psqueue/debian/control
=====================================
@@ -11,8 +11,8 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
 Build-Depends-Indep: ghc-doc
-Standards-Version: 4.1.4
-Homepage: http://hackage.haskell.org/package/PSQueue
+Standards-Version: 4.5.0
+Homepage: https://hackage.haskell.org/package/PSQueue
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-psqueue
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-psqueue]
 


=====================================
p/haskell-psqueue/debian/patches/newer-deps
=====================================
@@ -0,0 +1,8 @@
+--- a/PSQueue.cabal
++++ b/PSQueue.cabal
+@@ -28,4 +28,4 @@
+     default-language:   Haskell2010
+     if impl(ghc > 7.2)
+       default-extensions: Safe
+-    build-depends:      base >= 4.3 && < 4.13
++    build-depends:      base >= 4.3 && < 4.15


=====================================
p/haskell-psqueue/debian/patches/series
=====================================
@@ -1 +1,2 @@
 setup-hs
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1817106d04a063df011495c20d662dbc3a910d63
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/576b6674/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list