-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: de96d00ba8e2fb7e53006e20f819121ac9341d70202233d317ccb59507c7e678 name: purescript-iso version: 0.0.0 synopsis: Isomorphic trivial data type definitions over JSON description: Please see the README on GitHub at category: Web author: Athan Clark maintainer: athan.clark@localcooking.com copyright: 2018 (c) Local Cooking Inc. license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: git://git.localcooking.com/tooling/purescript-iso.git library exposed-modules: Data.Aeson.JSONEither Data.Aeson.JSONTuple Data.Aeson.JSONUnit other-modules: Paths_purescript_iso hs-source-dirs: src build-depends: QuickCheck , aeson , base >=4.7 && <5 default-language: Haskell2010 test-suite purescript-iso-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_purescript_iso hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , aeson , base >=4.7 && <5 , purescript-iso default-language: Haskell2010