selda-json-0.1.0.0: selda-json.cabal
cabal-version: >=1.10
name: selda-json
version: 0.1.0.0
synopsis: JSON support for the Selda database library.
-- description:
homepage: https://selda.link
-- bug-reports:
license: MIT
license-file: LICENSE
author: Anton Ekblad
maintainer: anton@ekblad.cc
-- copyright:
category: Database
build-type: Simple
library
exposed-modules:
Database.Selda.JSON
build-depends:
aeson >=1.0 && <1.5
, base >=4.9 && <5
, bytestring >=0.10 && <0.11
, selda >=0.4 && <0.5
, text >=1.0 && <1.3
hs-source-dirs: src
default-language: Haskell2010