Commit 92a2e7db authored by Kai Zhang's avatar Kai Zhang

fix build issues

parent 93bd94a3
...@@ -2,11 +2,10 @@ ...@@ -2,11 +2,10 @@
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
name: haskell-igraph name: haskell-igraph
version: 0.2.1 version: 0.2.2
synopsis: Imcomplete igraph bindings synopsis: Imcomplete igraph bindings
description: This is an attempt to create a complete bindings for the description: This is an attempt to create a complete bindings for the
igraph<"http://igraph.org/c/"> library. Related work: igraph<"http://igraph.org/c/"> library.
https://hackage.haskell.org/package/igraph.
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Kai Zhang author: Kai Zhang
...@@ -71,7 +70,7 @@ library ...@@ -71,7 +70,7 @@ library
default-language: Haskell2010 default-language: Haskell2010
build-tools: c2hs >=0.25.0 build-tools: c2hs >=0.25.0
c-sources: cbits/haskelligraph.c c-sources: cbits/haskelligraph.c
includes: cbits/haskelligraph.h include-dirs: cbits
test-suite tests test-suite tests
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment