name: bindings-monetdb-mapi
version: 0.1.0.0
synopsis: Low-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/bindings-monetdb-mapi.git
library
exposed-modules: Bindings.MonetDB.Mapi
-- other-modules:
-- other-extensions:
pkgconfig-depends: monetdb-mapi == 11.*
build-depends: base >=4.8 && <4.10
hs-source-dirs: src
default-language: Haskell2010