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
109aa2a4
Commit
109aa2a4
authored
Mar 31, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #463 from acfoltzer/stdin-refactor
move Stdin module to IHaskell
parents
6f194eb9
8bc3f43c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
ihaskell.cabal
ihaskell.cabal
+1
-0
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+1
-5
Stdin.hs
src/IHaskell/IPython/Stdin.hs
+0
-0
No files found.
ihaskell.cabal
View file @
109aa2a4
...
...
@@ -114,6 +114,7 @@ library
IHaskell.Eval.ParseShell
IHaskell.Eval.Util
IHaskell.IPython
IHaskell.IPython.Stdin
IHaskell.Flags
IHaskell.Types
IHaskell.BrokenPackages
...
...
ipython-kernel/ipython-kernel.cabal
View file @
109aa2a4
...
...
@@ -27,12 +27,10 @@ library
exposed-modules: IHaskell.IPython.Kernel
IHaskell.IPython.Types
IHaskell.IPython.ZeroMQ
IHaskell.IPython.Stdin
IHaskell.IPython.Message.Writer
IHaskell.IPython.Message.Parser
IHaskell.IPython.Message.UUID
IHaskell.IPython.EasyKernel
-- other-modules:
other-extensions: OverloadedStrings
hs-source-dirs: src
default-language: Haskell2010
...
...
@@ -47,12 +45,10 @@ library
tar >=0.4.0.1,
text >=0.11,
transformers >=0.3,
unix >=2.6,
uuid >=1.3,
zeromq4-haskell >=0.1,
SHA >=1.6
-- Example program
executable simple-calc-example
hs-source-dirs: examples
...
...
ipython-kernel/
src/IHaskell/IPython/Stdin.hs
→
src/IHaskell/IPython/Stdin.hs
View file @
109aa2a4
File moved
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