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
55dd7d21
Commit
55dd7d21
authored
Apr 30, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed ClasssyPrelude version to 0.9.0 and fixed things for it.
parent
86f343b6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
243 deletions
+18
-243
ihaskell.cabal
ihaskell.cabal
+3
-3
Test.ipynb
notebooks/Test.ipynb
+15
-239
Display.hs
src/IHaskell/Display.hs
+0
-1
No files found.
ihaskell.cabal
View file @
55dd7d21
...
...
@@ -59,7 +59,7 @@ library
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
classy-prelude
>=0.7
,
classy-prelude
==0.9.0
,
cmdargs >=0.10,
containers >=0.5,
directory -any,
...
...
@@ -129,7 +129,7 @@ executable IHaskell
aeson >=0.6 && < 0.8,
bytestring >=0.10,
cereal >=0.3,
classy-prelude
>=0.7
,
classy-prelude
==0.9.0
,
containers >=0.5,
directory -any,
ghc ==7.6.*,
...
...
@@ -151,7 +151,7 @@ Test-Suite hspec
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
classy-prelude
>=0.7
,
classy-prelude
==0.9.0
,
cmdargs >=0.10,
containers >=0.5,
directory -any,
...
...
notebooks/Test.ipynb
View file @
55dd7d21
This diff is collapsed.
Click to expand it.
src/IHaskell/Display.hs
View file @
55dd7d21
...
...
@@ -24,7 +24,6 @@ import qualified Data.ByteString.Char8 as Char
import
Data.Aeson
(
Value
)
import
Control.Concurrent.STM.TChan
import
Control.Monad.STM
import
System.IO.Unsafe
(
unsafePerformIO
)
import
IHaskell.Types
...
...
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