Commit 8852e4fd authored by Clint Adams's avatar Clint Adams
Browse files

aeson: patch for newer generic-deriving and QuickCheck

parent 25e825e6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson (1.2.4.0-2) unstable; urgency=medium

  * Patch for newer generic-deriving and QuickCheck.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 10:05:27 -0400

haskell-aeson (1.2.4.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -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:
+20 −0
Original line number Diff line number Diff line
--- 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,
+1 −0
Original line number Diff line number Diff line
newer-deps