typson-core-0.1.0.0: typson-core.cabal
cabal-version: 1.12
name: typson-core
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: 2020 Aaron Allen
maintainer: aaronallen8455@gmail.com
author: Aaron Allen
homepage: https://github.com/aaronallen8455/typson#readme
bug-reports: https://github.com/aaronallen8455/typson/issues
synopsis: Type-safe PostgreSQL JSON Querying
description:
Please see the README on GitHub at <https://github.com/aaronallen8455/typson#readme>
category: Database
build-type: Simple
extra-source-files: ChangeLog.md
source-repository head
type: git
location: https://github.com/aaronallen8455/typson
library
exposed-modules:
Typson
Typson.JsonTree
Typson.Optics
Typson.Pathing
hs-source-dirs: src
other-modules: Paths_typson_core
default-language: Haskell2010
ghc-options: -Wall
build-depends:
aeson >=1.4.7.1 && <1.5,
base >=4.7 && <5,
containers >=0.6.2.1 && <0.7,
profunctors >=5.5.2 && <5.6,
text >=1.2.4.0 && <1.3,
unordered-containers >=0.2.10.0 && <0.3,
vector >=0.12.1.2 && <0.13