monetdb-mapi-0.1.0.0: monetdb-mapi.cabal
name: monetdb-mapi
version: 0.1.0.0
synopsis: Mid-level bindings for the MonetDB API (mapi)
-- description:
license: BSD3
license-file: LICENSE
author: Moritz Bruder
maintainer: muesli4@gmail.com
-- copyright:
category: Database
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/muesli4/monetdb-mapi.git
library
exposed-modules: Database.MonetDB.Mapi
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.10,
bindings-monetdb-mapi ==0.1.*
hs-source-dirs: src
default-language: Haskell2010