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
552cb20a
Commit
552cb20a
authored
Jan 04, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed some dependency orderings
parent
f1bfd08a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
44 deletions
+4
-44
Untitled0.ipynb
Untitled0.ipynb
+0
-42
profile.tar
profile/profile.tar
+0
-0
IPython.hs
src/IHaskell/IPython.hs
+4
-2
No files found.
Untitled0.ipynb
deleted
100644 → 0
View file @
f1bfd08a
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"import \n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"no Python documentation found for 'PATH'\n",
"\n"
]
}
],
"prompt_number": 4
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
\ No newline at end of file
profile/profile.tar
View file @
552cb20a
No preview for this file type
src/IHaskell/IPython.hs
View file @
552cb20a
...
@@ -203,8 +203,10 @@ installIPython = void . shellyNoDir $ do
...
@@ -203,8 +203,10 @@ installIPython = void . shellyNoDir $ do
installPipDependencies
::
Sh
()
installPipDependencies
::
Sh
()
installPipDependencies
=
withTmpDir
$
\
tmpDir
->
installPipDependencies
=
withTmpDir
$
\
tmpDir
->
mapM_
(
installDependency
tmpDir
)
mapM_
(
installDependency
tmpDir
)
[
(
"pyzmq"
,
"14.0.1"
)
[
,
(
"MarkupSafe"
,
"0.18"
)
-- This cannot go first in the dependenc list, because its setup.py is broken.
(
"pyzmq"
,
"14.0.1"
)
,
(
"setuptools"
,
"2.0.2"
)
-- This cannot go first in the dependenc list, because its setup.py is broken.
,
(
"MarkupSafe"
,
"0.18"
)
-- Neither can this
,
(
"tornado"
,
"3.1.1"
)
,
(
"tornado"
,
"3.1.1"
)
,
(
"jinja2"
,
"2.7.1"
)
,
(
"jinja2"
,
"2.7.1"
)
]
]
...
...
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