ihaskell-aeson: 0.3.0.1

This commit is contained in:
Vaibhav Sagar 2017-12-24 21:24:56 +08:00
parent 08d983cfcf
commit 5539a066ac

View File

@ -7,7 +7,7 @@ name: ihaskell-aeson
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.3.0.0
version: 0.3.0.1
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for Aeson
@ -53,7 +53,7 @@ library
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.11,
build-depends: base >=4.6 && <5,
here,
text,
bytestring,