Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-igraph
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-igraph
Commits
93bd94a3
Commit
93bd94a3
authored
Oct 28, 2016
by
Kai Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include header files in the tarball
parent
d3cca30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
haskell-igraph.cabal
haskell-igraph.cabal
+2
-2
No files found.
haskell-igraph.cabal
View file @
93bd94a3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
-- 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.
0
version: 0.2.
1
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. Related work:
...
@@ -15,6 +15,7 @@ copyright: (c) 2016 Kai Zhang
...
@@ -15,6 +15,7 @@ copyright: (c) 2016 Kai Zhang
category: Math
category: Math
build-type: Simple
build-type: Simple
cabal-version: >=1.24
cabal-version: >=1.24
extra-source-files: cbits/haskelligraph.h
Flag graphics
Flag graphics
Description: Enable graphics output
Description: Enable graphics output
...
@@ -70,7 +71,6 @@ library
...
@@ -70,7 +71,6 @@ 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
include-dirs: cbits
includes: cbits/haskelligraph.h
includes: cbits/haskelligraph.h
test-suite tests
test-suite tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment