Cabal revisions of selda-json-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+cabal-version: >=1.10 +name: selda-json +version: 0.1.0.0 +x-revision: 1 +synopsis: JSON support for the Selda database library. +description: Types and classes to support storing and querying + JSON values using Selda via Aeson. +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