Commit d00e46ac authored by Clint Adams's avatar Clint Adams
Browse files

aeson-compat: patch for newer deps

parent 04643f3b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson-compat (0.3.7.1-2) unstable; urgency=medium

  * Patch for newer deps.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 17:13:49 -0400

haskell-aeson-compat (0.3.7.1-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+7 −12
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 0.7.0.6),
 libghc-aeson-dev (<< 1.3),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-prof,
 libghc-attoparsec-dev (>= 0.12),
 libghc-attoparsec-dev (<< 0.14),
@@ -20,12 +20,12 @@ Build-Depends:
 libghc-attoparsec-iso8601-dev (<< 1.1),
 libghc-attoparsec-iso8601-prof,
 libghc-base-compat-dev (>= 0.6.0),
 libghc-base-compat-dev (<< 0.10),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-base-orphans-dev (>= 0.4.5),
 libghc-base-orphans-dev (<< 0.7),
 libghc-exceptions-dev (>= 0.8),
 libghc-exceptions-dev (<< 0.9),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
 libghc-hashable-dev (>= 1.2),
 libghc-hashable-dev (<< 1.3),
@@ -55,12 +55,7 @@ Build-Depends:
 libghc-vector-dev (<< 0.13),
 libghc-vector-prof,
 libghc-quickcheck2-dev (>= 2.10),
 libghc-quickcheck2-dev (<< 2.11),
 libghc-aeson-dev,
 libghc-attoparsec-dev,
 libghc-base-compat-dev,
 libghc-base-orphans-dev (>= 0.4.5),
 libghc-base-orphans-dev (<< 0.7),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-exceptions-dev,
 libghc-hashable-dev,
 libghc-quickcheck-instances-dev (>= 0.3.16),
@@ -68,11 +63,11 @@ Build-Depends:
 libghc-scientific-dev,
 libghc-tagged-dev,
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.10),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.10),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-text-dev,
 libghc-time-locale-compat-dev,
 libghc-unordered-containers-dev,
+38 −0
Original line number Diff line number Diff line
--- a/aeson-compat.cabal
+++ b/aeson-compat.cabal
@@ -31,14 +31,14 @@
       src
   ghc-options: -Wall
   build-depends:
-      base                     >=4.6  && <4.11
-    , base-compat              >=0.6.0 && <0.10
-    , aeson                    >=0.7.0.6 && <1.3
+      base                     >=4.6  && <4.12
+    , base-compat              >=0.6.0 && <0.11
+    , aeson                    >=0.7.0.6 && <1.4
     , attoparsec               >=0.12 && <0.14
     , attoparsec-iso8601       >=1.0.0.0 && <1.1
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.6
-    , exceptions               >=0.8  && <0.9
+    , exceptions               >=0.8  && <0.11
     , hashable                 >=1.2  && <1.3
     , scientific               >=0.3  && <0.4
     , text                     >=1.2  && <1.3
@@ -82,11 +82,11 @@
     , vector
     , tagged
     , aeson-compat
-    , base-orphans          >=0.4.5 && <0.7
-    , tasty                 >=0.10 && <0.12
-    , tasty-hunit           >=0.9  && <0.10
-    , tasty-quickcheck      >=0.8  && <0.10
-    , QuickCheck            >=2.10 && <2.11
+    , base-orphans          >=0.4.5 && <0.8
+    , tasty                 >=0.10 && <1.1
+    , tasty-hunit           >=0.9  && <0.11
+    , tasty-quickcheck      >=0.8  && <0.11
+    , QuickCheck            >=2.10 && <2.12
     , quickcheck-instances  >=0.3.16  && <0.4
 
   if !impl(ghc >= 8.0)
+1 −0
Original line number Diff line number Diff line
newer-deps