[Git][haskell-team/DHG_packages][master] map-syntax: patch for newer hspec
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 20:44:14 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7ba98e54 by Clint Adams at 2019-07-27T19:43:49Z
map-syntax: patch for newer hspec
- - - - -
3 changed files:
- p/haskell-map-syntax/debian/changelog
- p/haskell-map-syntax/debian/control
- p/haskell-map-syntax/debian/patches/newer-deps
Changes:
=====================================
p/haskell-map-syntax/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-map-syntax (0.3-5) unstable; urgency=medium
+
+ * Patch for newer hspec.
+
+ -- Clint Adams <clint at debian.org> Sat, 27 Jul 2019 15:43:42 -0400
+
haskell-map-syntax (0.3-4) unstable; urgency=medium
* Patch for newer base and containers.
=====================================
p/haskell-map-syntax/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends:
libghc-quickcheck2-dev (>= 2.3.0.2),
libghc-quickcheck2-dev (<< 3),
libghc-hspec-dev (>= 2.2.3),
- libghc-hspec-dev (<< 2.6),
+ libghc-hspec-dev (<< 2.7),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.4.0
Homepage: http://hackage.haskell.org/package/map-syntax
=====================================
p/haskell-map-syntax/debian/patches/newer-deps
=====================================
@@ -11,3 +11,10 @@
mtl >= 2.0 && < 2.3
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
+@@ -77,5 +77,5 @@
+ HUnit >= 1.2 && < 2,
+ mtl,
+ QuickCheck >= 2.3.0.2 && < 3,
+- hspec >= 2.2.3 && < 2.6,
++ hspec >= 2.2.3 && < 2.7,
+ transformers >= 0.3 && < 0.6
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7ba98e5496e665cd4788bc2a6922b3c5aa5c721f
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7ba98e5496e665cd4788bc2a6922b3c5aa5c721f
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/f3cd3a80/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list