ihaskell-aeson 0.1.0.0 → 0.2.0.0
raw patch · 1 files changed
+7/−6 lines, 1 filesdep +chunked-datadep ~aesondep ~aeson-prettydep ~base
Dependencies added: chunked-data
Dependency ranges changed: aeson, aeson-pretty, base, ihaskell
Files
- ihaskell-aeson.cabal +7/−6
ihaskell-aeson.cabal view
@@ -7,7 +7,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.2.0.0 -- A short (one-line) description of the package. synopsis: IHaskell display instances for Aeson@@ -16,7 +16,7 @@ -- description: -- URL for the project homepage or repository.-homepage: http://www.github.com/gibiansky/IHaskell-Display+homepage: http://www.github.com/gibiansky/ihaskell -- The license under which the package is released. license: MIT@@ -57,12 +57,13 @@ OverloadedStrings -- Other library packages from which modules are imported.- build-depends: base ==4.6.*,+ build-depends: base ==4.6.* || ==4.7.*, here, classy-prelude >=0.7,- aeson,- aeson-pretty,- ihaskell >= 0.3+ aeson >= 0.7,+ aeson-pretty >= 0.7,+ chunked-data >=0.1,+ ihaskell >= 0.5 -- Directories containing source files. -- hs-source-dirs: