Skip to content

Commit 1975c6a

Browse files
committed
Allow newer aeson and text. Bump to 0.2.4.1 for release.
1 parent c43c083 commit 1975c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

country/country.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: country
3-
version: 0.2.4.0
3+
version: 0.2.4.1
44
synopsis: Country data type and functions
55
description:
66
The `country` library provides a data type for dealing with
@@ -61,7 +61,7 @@ library
6161
Country.Unexposed.TrieByte
6262
Country.Unexposed.Util
6363
build-depends:
64-
, aeson >=1.2 && <2.2
64+
, aeson >=1.2 && <2.3
6565
, attoparsec >=0.13 && <0.15
6666
, base >=4.12 && <5
6767
, bytebuild >=0.3.4 && <0.4
@@ -75,7 +75,7 @@ library
7575
, primitive >= 0.6.4 && <0.10
7676
, primitive-unlifted >= 2.1
7777
, scientific >=0.3 && <0.4
78-
, text >= 2.0 && <2.1
78+
, text >= 2.0 && <2.2
7979
, text-short >=0.1.3
8080
, unordered-containers >=0.2 && <0.3
8181
default-language: Haskell2010

0 commit comments

Comments
 (0)