cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1ac457c2e840c68856d81fe509f3eeec0c7612ec55a6ecd803f01902d5c3d8ff
name: purescript-iso
version: 0.0.6
synopsis: Isomorphic trivial data type definitions over JSON
description: Please see the README on GitHub at <https://github.com/githubuser/purescript-iso#readme>
category: Web
homepage: https://github.com/athanclark/purescript-iso#readme
bug-reports: https://github.com/athanclark/purescript-iso/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 (c) Local Cooking Inc.
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/athanclark/purescript-iso
library
exposed-modules:
Data.Aeson.JSONDateTime
Data.Aeson.JSONEither
Data.Aeson.JSONEmailAddress
Data.Aeson.JSONInt
Data.Aeson.JSONInteger
Data.Aeson.JSONMaybe
Data.Aeson.JSONScientific
Data.Aeson.JSONString
Data.Aeson.JSONTuple
Data.Aeson.JSONUnit
Data.Aeson.JSONVoid
Test.Serialization
Test.Serialization.Types
other-modules:
Paths_purescript_iso
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, aeson
, aeson-attoparsec
, aeson-diff
, async
, attoparsec
, attoparsec-uri >=0.0.6
, base >=4.11 && <5
, bytestring
, containers
, deepseq
, emailaddress >=0.2.0.0
, monad-control
, mtl
, quickcheck-instances
, scientific
, stm
, strict
, text
, time
, utf8-string
, uuid
, vector
, zeromq4-haskell
, zeromq4-simple
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: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
, aeson-attoparsec
, aeson-diff
, async
, attoparsec
, attoparsec-uri >=0.0.6
, base >=4.11 && <5
, bytestring
, containers
, deepseq
, emailaddress >=0.2.0.0
, monad-control
, mtl
, purescript-iso
, quickcheck-instances
, scientific
, stm
, strict
, tasty
, tasty-quickcheck
, text
, time
, utf8-string
, uuid
, vector
, zeromq4-haskell
, zeromq4-simple
default-language: Haskell2010