name: servant-db version: 0.2.0.1 synopsis: Servant types for defining API with relational DBs -- description: license: BSD3 license-file: LICENSE homepage: author: Anton Gushcha maintainer: ncrashed@gmail.com copyright: 2016 (c) Anton Gushcha build-type: Simple extra-source-files: CHANGELOG.md README.md cabal-version: >=1.10 library exposed-modules: Servant.API.DB Servant.API.DB.Argument Servant.API.DB.Procedure -- other-modules: -- other-extensions: build-depends: base >= 4.7 && < 5 , servant >= 0.2 && < 0.10 hs-source-dirs: src default-language: Haskell2010