From dce52887aff29979bd9e5e01388ae97d1de02d5e Mon Sep 17 00:00:00 2001 From: all-cabal-tool Date: Fri, 24 Jul 2020 10:28:16 +0000 Subject: [PATCH] Update from Hackage at 2020-07-24T10:23:19Z --- aeson-extra/0.4.1.3/aeson-extra.cabal | 4 ++-- filtrable/0.1.2.0/filtrable.cabal | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/aeson-extra/0.4.1.3/aeson-extra.cabal b/aeson-extra/0.4.1.3/aeson-extra.cabal index 9fcf153f123..620b2c67a5f 100644 --- a/aeson-extra/0.4.1.3/aeson-extra.cabal +++ b/aeson-extra/0.4.1.3/aeson-extra.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: aeson-extra version: 0.4.1.3 -x-revision: 3 +x-revision: 4 synopsis: Extra goodies for aeson description: Package provides extra functionality on top of @aeson@ and @aeson-compat@ @@ -49,7 +49,7 @@ library , exceptions >=0.8 && <0.11 , hashable >=1.2 && <1.4 , parsec >=3.1.9 && <3.2 - , recursion-schemes >=4.1.2 && <5.2 + , recursion-schemes >=4.1.2 && <5.3 , scientific >=0.3 && <0.4 , semialign >=1 && <1.2 , template-haskell >=2.8 && <2.17 diff --git a/filtrable/0.1.2.0/filtrable.cabal b/filtrable/0.1.2.0/filtrable.cabal index 26b40fa6b00..0a5462b79c5 100644 --- a/filtrable/0.1.2.0/filtrable.cabal +++ b/filtrable/0.1.2.0/filtrable.cabal @@ -1,5 +1,6 @@ name: filtrable version: 0.1.2.0 +x-revision: 1 synopsis: Class of filtrable containers homepage: https://github.com/strake/filtrable.hs license: BSD3 @@ -9,14 +10,11 @@ maintainer: strake888@gmail.com category: Data build-type: Simple cabal-version: >=1.10 -tested-with: GHC ==7.8.*, - GHC ==7.10.*, - GHC ==7.12.*, - GHC ==8.0.* +tested-with: GHC ==8.0.* library exposed-modules: Data.Filtrable - build-depends: base >=4.7 && <5 + build-depends: base >=4.9 && <5 default-language: Haskell2010 default-extensions: ConstrainedClassMethods ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing