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

aeson-compat: fix upper bound on base-orphans

parent 755d2ecd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson-compat (0.3.9-2) unstable; urgency=medium

  * Fix upper bound on base-orphans.

 -- Clint Adams <clint@debian.org>  Sat, 31 Aug 2019 16:34:41 -0400

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

  * New upstream release
+4 −4
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@ Build-Depends:
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-base-orphans-dev (>= 0.4.5),
 libghc-base-orphans-dev (<< 0.8),
 libghc-base-orphans-dev (<< 0.9),
 libghc-exceptions-dev (>= 0.8),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
 libghc-hashable-dev (>= 1.2),
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-dev (<< 1.4),
 libghc-hashable-prof,
 libghc-scientific-dev (>= 0.3),
 libghc-scientific-dev (<< 0.4),
@@ -47,7 +47,7 @@ Build-Depends:
 libghc-vector-dev (<< 0.13),
 libghc-vector-prof,
 libghc-quickcheck2-dev (>= 2.10),
 libghc-quickcheck2-dev (<< 2.13),
 libghc-quickcheck2-dev (<< 2.14),
 libghc-quickcheck2-prof,
 libghc-aeson-dev,
 libghc-attoparsec-dev,
@@ -62,7 +62,7 @@ Build-Depends:
 libghc-scientific-dev,
 libghc-tagged-dev,
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-dev (<< 1.3),
 libghc-tasty-prof,
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.11),
+33 −0
Original line number Diff line number Diff line
--- a/aeson-compat.cabal
+++ b/aeson-compat.cabal
@@ -41,7 +41,7 @@
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.7
     , exceptions               >=0.8  && <0.11
-    , hashable                 >=1.2  && <1.3
+    , hashable                 >=1.2  && <1.4
     , scientific               >=0.3  && <0.4
     , text                     >=1.2  && <1.3
     , time                     >=1.4.0.1 && <1.9
@@ -52,7 +52,7 @@
 
   if !impl(ghc >= 8.0)
     build-depends:
-      semigroups               >=0.18.5 && <0.19
+      semigroups               >=0.18.5 && <0.20
   if !impl(ghc >= 7.10)
     build-depends:
       nats                     >=1.1.2  && <1.2,
@@ -86,10 +86,10 @@
     , tagged
     , aeson-compat
     , base-orphans          >=0.4.5 && <0.9
-    , tasty                 >=0.10 && <1.2
+    , tasty                 >=0.10 && <1.3
     , tasty-hunit           >=0.9  && <0.11
     , tasty-quickcheck      >=0.8  && <0.11
-    , QuickCheck            >=2.10 && <2.13
+    , QuickCheck            >=2.10 && <2.14
     , quickcheck-instances  >=0.3.16  && <0.4
 
   if !impl(ghc >= 8.0)
+1 −0
Original line number Diff line number Diff line
newer-deps