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
cbcae02e
Commit
cbcae02e
authored
Feb 19, 2015
by
Stian Håklev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Relaxing cabal constraints to make it compatible with Stackage
parent
eed50a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ihaskell.cabal
ihaskell.cabal
+4
-4
No files found.
ihaskell.cabal
View file @
cbcae02e
...
...
@@ -58,7 +58,7 @@ library
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.5 && <0.11,
mono-traversable >=0.6
&& < 0.7
,
mono-traversable >=0.6,
cmdargs >=0.10,
containers >=0.5,
directory -any,
...
...
@@ -78,7 +78,7 @@ library
parsec -any,
process >=1.1,
random >=1.0,
shelly
==1.5.*
,
shelly
>=1.5
,
split >= 0.2,
stm -any,
strict >=0.3,
...
...
@@ -131,7 +131,7 @@ executable IHaskell
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6
&& < 0.7
,
mono-traversable >=0.6,
containers >=0.5,
directory -any,
ghc ==7.6.* || == 7.8.*,
...
...
@@ -154,7 +154,7 @@ Test-Suite hspec
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6
&& < 0.7
,
mono-traversable >=0.6,
cmdargs >=0.10,
containers >=0.5,
directory -any,
...
...
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