-- Initial higher-leveldb.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: higher-leveldb version: 0.1.0.1 synopsis: A rich monadic API for working with leveldb databases. description: A rich monadic API for working with leveldb databases. homepage: https://github.com/jeremyjh/higher-leveldb license: BSD3 license-file: LICENSE author: Jeremy Huffman maintainer: jeremy@jeremyhuffman.com -- copyright: category: Database build-type: Simple cabal-version: >=1.8 library ghc-options: -Wall exposed-modules: Database.LevelDB.Higher -- other-modules: hs-source-dirs: src build-depends: base == 4.* , cereal , lifted-base , leveldb-haskell == 0.2.* , bytestring , resourcet , transformers-base , mtl , monad-control , data-default , transformers test-suite spec ghc-options: -optl-Wl,-rpath,/usr/local/lib,-enable-new-dtags type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base == 4.* , higher-leveldb , cereal , hspec >= 1.5 , resourcet , leveldb-haskell , bytestring , process , monad-control , transformers-base , mtl , transformers , lifted-base