[Git][haskell-team/DHG_packages][master] aeson-extra: patch for newer tasty and tasty-hunit
Clint Adams
gitlab at salsa.debian.org
Mon Apr 16 23:51:54 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
39966245 by Clint Adams at 2018-04-16T18:50:41-04:00
aeson-extra: patch for newer tasty and tasty-hunit
- - - - -
4 changed files:
- p/haskell-aeson-extra/debian/changelog
- p/haskell-aeson-extra/debian/control
- + p/haskell-aeson-extra/debian/patches/newer-deps
- + p/haskell-aeson-extra/debian/patches/series
Changes:
=====================================
p/haskell-aeson-extra/debian/changelog
=====================================
--- a/p/haskell-aeson-extra/debian/changelog
+++ b/p/haskell-aeson-extra/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson-extra (0.4.1.0-2) unstable; urgency=medium
+
+ * Patch for newer tasty and tasty-hunit.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 18:50:18 -0400
+
haskell-aeson-extra (0.4.1.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-aeson-extra/debian/control
=====================================
--- a/p/haskell-aeson-extra/debian/control
+++ b/p/haskell-aeson-extra/debian/control
@@ -43,9 +43,9 @@ Build-Depends:
libghc-scientific-dev (>= 0.3),
libghc-scientific-prof,
libghc-tasty-dev (<< 0.12),
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-dev (>= 1.1),
libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-hunit-dev (<< 0.11),
libghc-tasty-quickcheck-dev (<< 0.9),
libghc-tasty-quickcheck-dev (>= 0.8),
libghc-text-dev (<< 1.3),
=====================================
p/haskell-aeson-extra/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-aeson-extra/debian/patches/newer-deps
@@ -0,0 +1,13 @@
+--- a/aeson-extra.cabal
++++ b/aeson-extra.cabal
+@@ -78,8 +78,8 @@
+ , unordered-containers
+ , vector
+ , time-parsers >=0.1.0.0 && <0.2
+- , tasty >=0.10 && <0.12
+- , tasty-hunit >=0.9 && <0.10
++ , tasty >=0.10 && <1.1
++ , tasty-hunit >=0.9 && <0.11
+ , tasty-quickcheck >=0.8 && <0.10
+ , quickcheck-instances >=0.3 && <0.4
+ other-modules:
=====================================
p/haskell-aeson-extra/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-aeson-extra/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/399662450273815ff72a47c10cff2be0a445b968
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/399662450273815ff72a47c10cff2be0a445b968
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/20180416/96a68cfc/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list