Skip to content

Commit

Permalink
Allow newer aeson and text. Bump to 0.2.4.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Nov 30, 2023
1 parent c43c083 commit 1975c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions country/country.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: country
version: 0.2.4.0
version: 0.2.4.1
synopsis: Country data type and functions
description:
The `country` library provides a data type for dealing with
Expand Down Expand Up @@ -61,7 +61,7 @@ library
Country.Unexposed.TrieByte
Country.Unexposed.Util
build-depends:
, aeson >=1.2 && <2.2
, aeson >=1.2 && <2.3
, attoparsec >=0.13 && <0.15
, base >=4.12 && <5
, bytebuild >=0.3.4 && <0.4
Expand All @@ -75,7 +75,7 @@ library
, primitive >= 0.6.4 && <0.10
, primitive-unlifted >= 2.1
, scientific >=0.3 && <0.4
, text >= 2.0 && <2.1
, text >= 2.0 && <2.2
, text-short >=0.1.3
, unordered-containers >=0.2 && <0.3
default-language: Haskell2010
Expand Down

0 comments on commit 1975c6a

Please sign in to comment.