-- Initial JunkDB.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: JunkDB-driver-hashtables version: 0.1.0.0 -- synopsis: description: Generic KVS API license: BSD3 license-file: LICENSE author: HATTORI, Hiroki maintainer: seagull.kamome@gmail.com -- copyright: category: Database build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/seagull-kamome/JunkDB library exposed-modules: Database.Junk.HashTable ghc-options: -Wall build-depends: base ==4.6.*, JunkDB ==0.1.*, mtl ==2.1.*, bytestring ==0.10.*, conduit ==1.0.*, hashable >=1.1.2.0, hashtables ==1.1.*, resourcet ==0.4.* -- test-suite spec -- type: exitcode-stdio-1.0 -- ghc-options: -Wall -lgdbm -- hs-source-dirs: test/ -- main-is: test.hs -- build-depends: base, -- mtl ==2.1.*, -- directory ==1.2.*, -- text, -- hspec, -- JunkDB, -- hashable ==1.2.*, -- hashtables ==1.1.*, -- resourcet ==0.4.*, -- conduit ==1.0.*, -- HUnit ==1.2.*