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
c80ce623
Commit
c80ce623
authored
Mar 10, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing IHaskell to ihaskell
parent
39a27250
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
build.sh
build.sh
+7
-7
IPython.hs
src/IHaskell/IPython.hs
+2
-2
No files found.
build.sh
View file @
c80ce623
...
...
@@ -2,16 +2,16 @@
set
-e
print_help
()
{
echo
"Run build.sh from inside the
IH
askell directory to install packages in this repository:"
echo
" ./build.sh ihaskell # Install
IH
askell and its dependencies"
echo
" ./build.sh quick # Install
IH
askell, but not its dependencies"
echo
" ./build.sh all # Install
IH
askell, dependencies, and all display packages"
echo
" ./build.sh display # Install
IH
askell and display libraries"
echo
"Run build.sh from inside the
ih
askell directory to install packages in this repository:"
echo
" ./build.sh ihaskell # Install
ih
askell and its dependencies"
echo
" ./build.sh quick # Install
ih
askell, but not its dependencies"
echo
" ./build.sh all # Install
ih
askell, dependencies, and all display packages"
echo
" ./build.sh display # Install
ih
askell and display libraries"
echo
echo
"If this is your first time installing
IH
askell, run './build.sh ihaskell'."
echo
"If this is your first time installing
ih
askell, run './build.sh ihaskell'."
}
# Verify that we're in the
IH
askell directory.
# Verify that we're in the
ih
askell directory.
if
[
!
-e
ihaskell.cabal
]
;
then
print_help
;
exit
1
...
...
src/IHaskell/IPython.hs
View file @
c80ce623
...
...
@@ -232,9 +232,9 @@ getIHaskellPath = do
-- variable to find where IHaskell lives.
if
FS
.
filename
f
==
f
then
do
ihaskellPath
<-
which
"
IH
askell"
ihaskellPath
<-
which
"
ih
askell"
case
ihaskellPath
of
Nothing
->
error
"
IH
askell not on $PATH and not referenced relative to directory."
Nothing
->
error
"
ih
askell not on $PATH and not referenced relative to directory."
Just
path
->
return
$
FS
.
encodeString
path
else
do
-- If it's actually a relative path, make it absolute.
...
...
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