Skip to content

Commit

Permalink
Update from Hackage at 2020-07-24T10:23:19Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 24, 2020
1 parent 3fd507b commit dce5288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aeson-extra/0.4.1.3/aeson-extra.cabal
Original file line number Diff line number Diff line change
@@ -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@
Expand Down Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions filtrable/0.1.2.0/filtrable.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit dce5288

Please sign in to comment.