revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:11 +08:00
parent dce59f10b3
commit b982c5b9c7
1 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
name: aeson-compat
version: 0.3.9
x-revision: 4
x-revision: 6
synopsis: Compatibility layer for aeson
description: Compatibility layer for @aeson@
category: Web
@ -20,8 +20,9 @@ tested-with:
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.3
|| ==8.10.1
|| ==8.8.4
|| ==8.10.4
|| ==9.0.1
extra-source-files:
CHANGELOG.md
@ -36,18 +37,18 @@ library
ghc-options: -Wall
build-depends:
aeson >=0.7.0.6 && <1.6
, attoparsec >=0.12 && <0.14
, attoparsec >=0.12 && <0.15
, attoparsec-iso8601 >=1.0.0.0 && <1.1
, base >=4.6 && <4.15
, base >=4.6 && <4.16
, base-compat >=0.6.0 && <0.12
, bytestring >=0.10 && <0.11
, bytestring >=0.10 && <0.12
, containers >=0.5 && <0.7
, exceptions >=0.8 && <0.11
, hashable >=1.2 && <1.4
, scientific >=0.3 && <0.4
, tagged >=0.7.3 && <0.9
, text >=1.2 && <1.3
, time >=1.4.0.1 && <1.10
, time >=1.4.0.1 && <1.12
, time-locale-compat >=0.1.0.1 && <0.2
, unordered-containers >=0.2 && <0.3
, vector >=0.10 && <0.13
@ -83,7 +84,7 @@ test-suite aeson-compat-test
, quickcheck-instances >=0.3.16 && <0.4
, scientific
, tagged
, tasty >=0.10 && <1.3
, tasty >=0.10 && <1.5
, tasty-hunit >=0.9 && <0.11
, tasty-quickcheck >=0.8 && <0.11
, text