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

fix build issues

parent 93bd94a3
......@@ -2,11 +2,10 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: haskell-igraph
version: 0.2.1
version: 0.2.2
synopsis: Imcomplete igraph bindings
description: This is an attempt to create a complete bindings for the
igraph<"http://igraph.org/c/"> library. Related work:
https://hackage.haskell.org/package/igraph.
igraph<"http://igraph.org/c/"> library.
license: MIT
license-file: LICENSE
author: Kai Zhang
......@@ -71,7 +70,7 @@ library
default-language: Haskell2010
build-tools: c2hs >=0.25.0
c-sources: cbits/haskelligraph.c
includes: cbits/haskelligraph.h
include-dirs: cbits
test-suite tests
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