Skip to content

Commit fc5f5bb

Browse files
committed
attoparsec-aeson: 2.2.0.0 version
1 parent 197867e commit fc5f5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

attoparsec-aeson/attoparsec-aeson.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: attoparsec-aeson
3-
version: 2.2
3+
version: 2.2.0.0
44
synopsis: Parsing of aeson's Value with attoparsec
55
description:
66
Parsing of aeson's Value with attoparsec, originally from aeson.
@@ -43,7 +43,7 @@ library
4343
Data.Aeson.Internal.Word8
4444

4545
build-depends:
46-
aeson >=2.2 && <2.3
46+
aeson >=2.2.0.0 && <2.3
4747
, attoparsec >=0.14.2 && <0.15
4848
, base >=4.10.0.0 && <5
4949
, bytestring >=0.10.8.2 && <0.12

0 commit comments

Comments
 (0)