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
f7410e6d
Commit
f7410e6d
authored
Jan 09, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add -z flag to tar
parent
d423acb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
IHaskell.cabal
IHaskell.cabal
+1
-1
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+0
-1
IPython.hs
src/IHaskell/IPython.hs
+1
-1
No files found.
IHaskell.cabal
View file @
f7410e6d
...
...
@@ -101,7 +101,7 @@ executable IHaskell
hs-source-dirs: src
main-is: Main.hs
build-tools: happy
build-tools: happy
, cpphs
-- Modules included in this executable, other than Main.
other-modules:
...
...
ipython-kernel/ipython-kernel.cabal
View file @
f7410e6d
...
...
@@ -23,7 +23,6 @@ library
IPython.Message.Parser
IPython.Message.UUID
-- other-modules:
build-tools: cpphs
other-extensions: OverloadedStrings
hs-source-dirs: src
default-language: Haskell2010
...
...
src/IHaskell/IPython.hs
View file @
f7410e6d
...
...
@@ -197,7 +197,7 @@ installPipDependencies = withTmpDir $ \tmpDir ->
-- Extract it.
cd
tmpDir
run_
tarPath
[
"-xf"
,
versioned
++
".tar.gz"
]
run_
tarPath
[
"-x
z
f"
,
versioned
++
".tar.gz"
]
-- Install it.
cd
$
fromText
versioned
...
...
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