Commit 1975c6a 1 parent c43c083 commit 1975c6a Copy full SHA for 1975c6a
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : country
3
- version : 0.2.4.0
3
+ version : 0.2.4.1
4
4
synopsis : Country data type and functions
5
5
description :
6
6
The `country` library provides a data type for dealing with
@@ -61,7 +61,7 @@ library
61
61
Country.Unexposed.TrieByte
62
62
Country.Unexposed.Util
63
63
build-depends :
64
- , aeson >= 1.2 && < 2.2
64
+ , aeson >= 1.2 && < 2.3
65
65
, attoparsec >= 0.13 && < 0.15
66
66
, base >= 4.12 && < 5
67
67
, bytebuild >= 0.3.4 && < 0.4
@@ -75,7 +75,7 @@ library
75
75
, primitive >= 0.6.4 && < 0.10
76
76
, primitive-unlifted >= 2.1
77
77
, scientific >= 0.3 && < 0.4
78
- , text >= 2.0 && < 2.1
78
+ , text >= 2.0 && < 2.2
79
79
, text-short >= 0.1.3
80
80
, unordered-containers >= 0.2 && < 0.3
81
81
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments