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
9864f878
Commit
9864f878
authored
10 years ago
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme. Closes #265
parent
ec439a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
9864f878
...
@@ -75,8 +75,8 @@ Haskell and Cabal
...
@@ -75,8 +75,8 @@ Haskell and Cabal
---
---
You should also have GHC and modern Cabal:
You should also have GHC and modern Cabal:
```
bash
```
bash
ghc
--numeric-version
# Should be 7.6.3
ghc
--numeric-version
# Should be 7.6.3
, 7.8.2, or 7.8.3
cabal
--version
# Should be 1.18.*
cabal
--version
# Should be 1.18.*
or newer
```
```
Since IHaskell uses the GHC API for evaluation and parsing, other versions of GHC may not work.
Since IHaskell uses the GHC API for evaluation and parsing, other versions of GHC may not work.
...
@@ -215,7 +215,7 @@ cd /path/to/IHaskell
...
@@ -215,7 +215,7 @@ cd /path/to/IHaskell
```
bash
```
bash
cd
/path/to/IHaskell
cd
/path/to/IHaskell
cabal sandbox init
cabal sandbox init
cabal sandbox add-source i
python-kernel i
haskell-display/
*
ghc-parser
cabal sandbox add-source ihaskell-display/
*
ghc-parser
cabal
install
IHaskell
$(
basename
ihaskell-display/
*)
cabal
install
IHaskell
$(
basename
ihaskell-display/
*)
```
```
...
...
This diff is collapsed.
Click to expand it.
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