[Git][haskell-team/DHG_packages][master] map-syntax: patch for newer base and containers
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 20:42:37 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2d9f80cc by Clint Adams at 2019-07-27T19:42:11Z
map-syntax: patch for newer base and containers
- - - - -
4 changed files:
- p/haskell-map-syntax/debian/changelog
- p/haskell-map-syntax/debian/control
- + p/haskell-map-syntax/debian/patches/newer-deps
- + p/haskell-map-syntax/debian/patches/series
Changes:
=====================================
p/haskell-map-syntax/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-map-syntax (0.3-4) unstable; urgency=medium
+
+ * Patch for newer base and containers.
+
+ -- Clint Adams <clint at debian.org> Sat, 27 Jul 2019 15:40:07 -0400
+
haskell-map-syntax (0.3-3) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
=====================================
p/haskell-map-syntax/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends:
libghc-hspec-dev (>= 2.2.3),
libghc-hspec-dev (<< 2.6),
Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
Homepage: http://hackage.haskell.org/package/map-syntax
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-map-syntax
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-map-syntax]
=====================================
p/haskell-map-syntax/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+--- a/map-syntax.cabal
++++ b/map-syntax.cabal
+@@ -37,8 +37,8 @@
+ Data.Map.Syntax
+
+ build-depends:
+- base >= 4.3 && < 4.12,
+- containers >= 0.3 && < 0.6,
++ base >= 4.3 && < 4.13,
++ containers >= 0.3 && < 0.7,
+ mtl >= 2.0 && < 2.3
+
+ ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
=====================================
p/haskell-map-syntax/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2d9f80ccd6f951d96158353f6ddfda374eca9e96
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2d9f80ccd6f951d96158353f6ddfda374eca9e96
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/1cfa78b2/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list