Commit c71d35e8 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

aeson-extra: Newer build-deps from hackage

parent ee0ca32b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson-extra (0.4.1.1-4) unstable; urgency=medium

  * Newer build-deps from hackage

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Tue, 23 Oct 2018 14:20:00 +0300

haskell-aeson-extra (0.4.1.1-3) unstable; urgency=medium

  * Remove build dependency on libghc-parsec3-dev (provided by ghc-
+2 −5
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-aeson-compat-dev (>= 0.3.0.0),
 libghc-aeson-compat-dev (<< 0.4),
@@ -50,7 +50,7 @@ Build-Depends:
 libghc-quickcheck-instances-dev (>= 0.3),
 libghc-quickcheck-instances-dev (<< 0.4),
 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),
@@ -58,11 +58,8 @@ Build-Depends:
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-tasty-quickcheck-prof,
 libghc-these-dev,
 libghc-time-parsers-dev (>= 0.1.0.0),
 libghc-time-parsers-dev (<< 0.2),
 libghc-unordered-containers-dev,
 libghc-vector-dev,
Build-Depends-Indep: ghc-doc,
 libghc-aeson-doc,
 libghc-aeson-compat-doc,
+55 −0
Original line number Diff line number Diff line
Index: b/aeson-extra.cabal
===================================================================
--- a/aeson-extra.cabal
+++ b/aeson-extra.cabal
@@ -1,5 +1,6 @@
 name:           aeson-extra
 version:        0.4.1.1
+x-revision:     2
 synopsis:       Extra goodies for aeson
 description:    Package provides extra funcitonality on top of @aeson@ and @aeson-compat@
 category:       Web
@@ -9,7 +10,7 @@ author:         Oleg Grenrus <oleg.grenr
 maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
 license:        BSD3
 license-file:   LICENSE
-tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1
+tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
 build-type:     Simple
 cabal-version:  >= 1.10
 
@@ -26,21 +27,21 @@ library
       src
   ghc-options: -Wall
   build-depends:
-      base                     >=4.6  && <4.12
-    , aeson                    >=0.7.0.6 && <1.4
+      base                     >=4.6  && <4.13
+    , aeson                    >=0.7.0.6 && <1.5
     , aeson-compat             >=0.3.0.0 && <0.4
     , attoparsec               >=0.11.3.4 && <0.14
     , attoparsec-iso8601       >=1.0 && <1.1
     , base-compat-batteries    >=0.10.1 && <0.11
     , bytestring               >=0.10 && <0.11
-    , containers               >=0.5  && <0.6
+    , containers               >=0.5  && <0.7
     , deepseq                  >=1.3  && <1.5
     , exceptions               >=0.8  && <0.11
     , hashable                 >=1.2  && <1.3
     , parsec                   >=3.1.9 && <3.2
     , recursion-schemes        >=4.1.2 && <5.1
     , scientific               >=0.3  && <0.4
-    , template-haskell         >=2.8  && <2.14
+    , template-haskell         >=2.8  && <2.15
     , text                     >=1.2  && <1.3
     , these                    >=0.7.4 && <0.8
     , time                     >=1.4.0.1 && <1.9
@@ -78,7 +79,7 @@ test-suite aeson-extra-test
     , unordered-containers
     , vector
     , time-parsers          >=0.1.0.0 && <0.2
-    , tasty                 >=0.10  && <1.1
+    , tasty                 >=0.10  && <1.2
     , tasty-hunit           >=0.9   && <0.11
     , tasty-quickcheck      >=0.8   && <0.11
     , quickcheck-instances  >=0.3   && <0.4
+1 −0
Original line number Diff line number Diff line
newer-deps