Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
gargantext-ihaskell
Commits
c0d97abb
Commit
c0d97abb
authored
Nov 27, 2013
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed build file to allow for ihaskell-* packages?
parent
97e5335a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletion
+30
-1
IHaskell.cabal
IHaskell.cabal
+30
-1
No files found.
IHaskell.cabal
View file @
c0d97abb
...
...
@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
-- The name of the package.
name:
IH
askell
name:
ih
askell
-- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented.
...
...
@@ -44,6 +44,34 @@ build-type: Simple
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.8
library
build-depends: base ==4.6.*,
zeromq3-haskell ==0.5.*,
aeson ==0.6.*,
MissingH ==1.2.*,
basic-prelude ==0.3.*,
classy-prelude ==0.6.*,
bytestring ==0.10.*,
uuid >=1.2.6,
containers ==0.5.*,
haskell-src-exts ==1.14.*,
ghc ==7.6.*,
ghc-paths ==0.1.*,
random ==1.0.*,
split,
utf8-string,
strict ==0.3.*,
shelly ==1.3.*,
system-argv0,
directory,
here,
system-filepath,
text ==0.11.*
exposed-modules: IHaskell.Display,
IHaskell.Types,
IHaskell.Message.UUID
executable IHaskell
-- .hs or .lhs file containing the Main module.
...
...
@@ -60,6 +88,7 @@ executable IHaskell
IHaskell.Message.Writer
IHaskell.Types
IHaskell.ZeroMQ
IHaskell.Display
extensions: DoAndIfThenElse
...
...
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