revise .cabal
This commit is contained in:
parent
3fa1165a21
commit
67532357da
@ -1,6 +1,6 @@
|
||||
name: aeson
|
||||
version: 1.5.6.0
|
||||
x-revision: 1
|
||||
x-revision: 5
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
category: Text, Web, JSON
|
||||
@ -95,20 +95,20 @@ library
|
||||
-- GHC bundled libs
|
||||
build-depends:
|
||||
base >= 4.7.0.0 && < 5,
|
||||
bytestring >= 0.10.4.0 && < 0.12,
|
||||
bytestring >= 0.10.4.0 && < 0.11.2,
|
||||
containers >= 0.5.5.1 && < 0.7,
|
||||
deepseq >= 1.3.0.0 && < 1.5,
|
||||
ghc-prim >= 0.2 && < 0.8,
|
||||
template-haskell >= 2.9.0.0 && < 2.18,
|
||||
text >= 1.2.3.0 && < 1.3,
|
||||
time >= 1.4 && < 1.12
|
||||
time >= 1.4 && < 1.13
|
||||
|
||||
if impl(ghc >= 8.0)
|
||||
build-depends: bytestring >= 0.10.8.1
|
||||
|
||||
-- Compat
|
||||
build-depends:
|
||||
base-compat-batteries >= 0.10.0 && < 0.12,
|
||||
base-compat-batteries >= 0.10.0 && < 0.13,
|
||||
time-compat >= 1.9.4 && < 1.10
|
||||
|
||||
if !impl(ghc >= 8.6)
|
||||
@ -118,9 +118,9 @@ library
|
||||
if !impl(ghc >= 8.0)
|
||||
-- `Data.Semigroup` and `Control.Monad.Fail` and `Control.Monad.IO.Class` are available in base only since GHC 8.0 / base 4.9
|
||||
build-depends:
|
||||
semigroups >= 0.18.5 && < 0.20,
|
||||
transformers >= 0.3.0.0 && < 0.6,
|
||||
transformers-compat >= 0.6.2 && < 0.7,
|
||||
semigroups >= 0.18.5 && < 0.21,
|
||||
transformers >= 0.3.0.0 && < 0.7,
|
||||
transformers-compat >= 0.6.2 && < 0.8,
|
||||
fail == 4.9.*
|
||||
|
||||
if !impl(ghc >= 7.10)
|
||||
|
Loading…
Reference in New Issue
Block a user