[Git][haskell-team/DHG_packages][master] aeson: patch for newer generic-deriving and QuickCheck
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 15:06:43 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
8852e4fd by Clint Adams at 2018-04-15T10:06:00-04:00
aeson: patch for newer generic-deriving and QuickCheck
- - - - -
4 changed files:
- p/haskell-aeson/debian/changelog
- p/haskell-aeson/debian/control
- + p/haskell-aeson/debian/patches/newer-deps
- + p/haskell-aeson/debian/patches/series
Changes:
=====================================
p/haskell-aeson/debian/changelog
=====================================
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (1.2.4.0-2) unstable; urgency=medium
+
+ * Patch for newer generic-deriving and QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 10:05:27 -0400
+
haskell-aeson (1.2.4.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-aeson/debian/control
=====================================
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -58,7 +58,7 @@ Build-Depends:
# libghc-base-orphans-dev (<< 0.6) <!nocheck>,
libghc-base16-bytestring-dev <!nocheck>,
libghc-generic-deriving-dev (>= 1.10) <!nocheck>,
- libghc-generic-deriving-dev (<< 1.12) <!nocheck>,
+ libghc-generic-deriving-dev (<< 1.13) <!nocheck>,
libghc-hashable-time-dev (>= 0.2) <!nocheck>,
libghc-hashable-time-dev (<< 0.3) <!nocheck>,
Build-Depends-Indep:
=====================================
p/haskell-aeson/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-aeson/debian/patches/newer-deps
@@ -0,0 +1,20 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -200,7 +200,7 @@
+
+ build-depends:
+ HUnit,
+- QuickCheck >= 2.10.0.1 && < 2.11,
++ QuickCheck >= 2.10.0.1 && < 2.12,
+ aeson,
+ integer-logarithms >= 1 && <1.1,
+ attoparsec,
+@@ -212,7 +212,7 @@
+ directory,
+ dlist,
+ filepath,
+- generic-deriving >= 1.10 && < 1.12,
++ generic-deriving >= 1.10 && < 1.13,
+ ghc-prim >= 0.2,
+ hashable >= 1.2.4.0,
+ scientific,
=====================================
p/haskell-aeson/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-aeson/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8852e4fd9831e0a7dbc4969eab2fbb9d02d21624
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8852e4fd9831e0a7dbc4969eab2fbb9d02d21624
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/20180415/5eb1112a/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list