bindings-monetdb-mapi 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
bindings-monetdb-mapi.cabal view
@@ -1,7 +1,7 @@ name: bindings-monetdb-mapi-version: 0.1.0.0+version: 0.1.0.1 synopsis: Low-level bindings for the MonetDB API (mapi)--- description: +description: This library only provides FFI bindings to the most basic functions. Feel free to create a pull request in case you need something. license: BSD3 license-file: LICENSE author: Moritz Bruder@@ -21,6 +21,6 @@ -- other-modules: -- other-extensions: pkgconfig-depends: monetdb-mapi == 11.*- build-depends: base >=4.8 && <4.10+ build-depends: base >=4.8 && <4.12 hs-source-dirs: src default-language: Haskell2010