-- Initial hdbc-aeson.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hdbc-aeson version: 0.1.3.2 synopsis: Deserialize from HDBC rows to FromJSON instances description: Deserialize from HDBC rows to FromJSON instances homepage: https://github.com/danchoi/hdbc-aeson license: MIT license-file: LICENSE author: Daniel Choi maintainer: dhchoi@gmail.com -- copyright: category: Database build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Database.HDBC.Aeson -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.8 , HDBC , text , aeson >= 0.8 , convertible , unordered-containers , scientific >= 0.3.3.0 , vector -- hs-source-dirs: default-language: Haskell2010