Skip to content

Commit 7cce203

Browse files
committed
Correct version
1 parent d3e2823 commit 7cce203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aeson.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: aeson
3-
version: 2.2.3.0
3+
version: 2.2.2.0
44
license: BSD-3-Clause
55
license-file: LICENSE
66
category: Text, Web, JSON

attoparsec-aeson/attoparsec-aeson.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
Data.Aeson.Internal.Text
4343

4444
build-depends:
45-
, aeson >=2.2.3.0 && <2.3
45+
, aeson >=2.2.2.0 && <2.3
4646
, attoparsec >=0.14.2 && <0.15
4747
, base >=4.12.0.0 && <5
4848
, bytestring >=0.10.8.2 && <0.13

0 commit comments

Comments
 (0)