Commit 109aa2a4 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #463 from acfoltzer/stdin-refactor

move Stdin module to IHaskell
parents 6f194eb9 8bc3f43c
......@@ -114,6 +114,7 @@ library
IHaskell.Eval.ParseShell
IHaskell.Eval.Util
IHaskell.IPython
IHaskell.IPython.Stdin
IHaskell.Flags
IHaskell.Types
IHaskell.BrokenPackages
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment