-- Initial JunkDB.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: JunkDB-driver-gdbm
version: 0.1.1.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.GDBM
ghc-options: -Wall
c-sources: Database/Junk/GDBM_wrap.c
-- other-modules:
build-depends: base ==4.6.*,
JunkDB ==0.1.1.0,
mtl >=2.1,
directory >=1.2,
filepath >=1.3,
bytestring >=0.10,
conduit >=1.0,
resourcet >=0.4