-- Initial retools.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rethinkdb-model version: 0.1.0.2 synopsis: Useful tools for modeling data with rethinkdb description: Useful tools for modeling data with rethinkdb license: MIT license-file: LICENSE author: Sean Hess maintainer: Sean Hess homepage: http://github.com/seanhess/rethinkdb-model category: Database build-type: Simple extra-source-files: README.md cabal-version: >=1.10 Source-repository head type: git location: git@github.com:seanhess/rethinkdb-model.git library exposed-modules: Database.RethinkDB.Model -- other-modules: -- other-extensions: default-language: Haskell2010 build-depends: base >=4.7 && <4.8, rethinkdb >= 1.15.0.0, text, unordered-containers, transformers, mtl, aeson