Skip to content

Commit

Permalink
Raise more lower-bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jun 6, 2023
1 parent 3368a14 commit 56dec68
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ library

-- Compat
build-depends:
generically >=0.1 && <0.2
, time-compat >=1.9.6 && <1.10
generically >=0.1 && <0.2
, time-compat >=1.9.6 && <1.10

if !impl(ghc >=8.6)
build-depends: contravariant >=1.4.1 && <1.6
Expand All @@ -122,15 +122,15 @@ library
, hashable >=1.3.5.0 && <1.5
, indexed-traversable >=0.1.2 && <0.2
, OneTuple >=0.4.1.1 && <0.5
, primitive >=0.7.3.0 && <0.9
, QuickCheck >=2.14.2 && <2.15
, primitive >=0.8.0.0 && <0.9
, QuickCheck >=2.14.3 && <2.15
, scientific >=0.3.7.0 && <0.4
, semialign >=1.2 && <1.4
, strict >=0.4 && <0.6
, tagged >=0.8.6 && <0.9
, semialign >=1.3 && <1.4
, strict >=0.5 && <0.6
, tagged >=0.8.7 && <0.9
, text-short >=0.1.5 && <0.2
, th-abstraction >=0.5.0.0 && <0.6
, these >=1.1.1.1 && <1.3
, these >=1.2 && <1.3
, unordered-containers >=0.2.10.0 && <0.3
, uuid-types >=1.0.5 && <1.1
, vector >=0.12.0.1 && <0.14
Expand All @@ -139,8 +139,8 @@ library
ghc-options: -Wall

-- String unescaping
hs-source-dirs: src-pure
other-modules: Data.Aeson.Parser.UnescapePure
hs-source-dirs: src-pure
other-modules: Data.Aeson.Parser.UnescapePure

if flag(ordered-keymap)
cpp-options: -DUSE_ORDEREDMAP=1
Expand Down Expand Up @@ -181,25 +181,25 @@ test-suite aeson-tests
, attoparsec
, base
, base-compat
, base-orphans >=0.5.3 && <0.10
, base-orphans >=0.5.3 && <0.10
, base16-bytestring
, bytestring
, containers
, data-fix
, Diff >=0.4 && <0.5
, Diff >=0.4 && <0.5
, directory
, dlist
, filepath
, generic-deriving >=1.10 && <1.15
, generic-deriving >=1.10 && <1.15
, generically
, ghc-prim >=0.2
, hashable
, indexed-traversable
, integer-logarithms >=1 && <1.1
, integer-logarithms >=1 && <1.1
, OneTuple
, primitive
, QuickCheck >=2.14.2 && <2.15
, quickcheck-instances >=0.3.29 && <0.4
, QuickCheck >=2.14.2 && <2.15
, quickcheck-instances >=0.3.29 && <0.4
, scientific
, strict
, tagged
Expand Down

0 comments on commit 56dec68

Please sign in to comment.