packages feed

monetdb-mapi-0.1.0.2: monetdb-mapi.cabal

name:                monetdb-mapi
version:             0.1.0.2
synopsis:            Mid-level bindings for the MonetDB API (mapi)
description:         This library provides a convenient API to work with MonetDB.
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.13,
                       bindings-monetdb-mapi ==0.1.*

  hs-source-dirs:      src
  default-language:    Haskell2010