Commit 2d9d1eb2 authored by Clint Adams's avatar Clint Adams
Browse files

aeson-compat: Upgrading from 0.3.7.1 to 0.3.8

parent 4cd4fcb7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
haskell-aeson-compat (0.3.7.1-6) UNRELEASED; urgency=medium
haskell-aeson-compat (0.3.8-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:09:12 -0400
 -- Clint Adams <clint@debian.org>  Mon, 02 Jul 2018 21:13:37 -0400

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

+12 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 0.7.0.6),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-dev (<< 1.5),
 libghc-aeson-prof,
 libghc-attoparsec-dev (>= 0.12),
 libghc-attoparsec-dev (<< 0.14),
@@ -51,6 +51,13 @@ Build-Depends:
 libghc-vector-prof,
 libghc-quickcheck2-dev (>= 2.10),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-prof,
 libghc-aeson-dev,
 libghc-attoparsec-dev,
 libghc-base-compat-dev,
 libghc-base-orphans-dev (>= 0.4.5),
 libghc-base-orphans-dev (<< 0.8),
 libghc-base-orphans-prof,
 libghc-exceptions-dev,
 libghc-hashable-dev,
 libghc-quickcheck-instances-dev (>= 0.3.16),
@@ -58,11 +65,14 @@ Build-Depends:
 libghc-scientific-dev,
 libghc-tagged-dev,
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-dev (<< 1.2),
 libghc-tasty-prof,
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-hunit-prof,
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-tasty-quickcheck-prof,
 libghc-text-dev,
 libghc-time-locale-compat-dev,
 libghc-unordered-containers-dev,
+0 −38
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)
+0 −1
Original line number Diff line number Diff line
newer-deps