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
376c6dd0
Commit
376c6dd0
authored
Oct 28, 2015
by
Sumit Sahrawat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix not in scope errors on ghc-7.*
parent
4ebeb1fb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
UUID.hs
ipython-kernel/src/IHaskell/IPython/Message/UUID.hs
+1
-0
Writer.hs
ipython-kernel/src/IHaskell/IPython/Message/Writer.hs
+1
-0
Types.hs
ipython-kernel/src/IHaskell/IPython/Types.hs
+1
-0
No files found.
ipython-kernel/src/IHaskell/IPython/Message/UUID.hs
View file @
376c6dd0
...
...
@@ -3,6 +3,7 @@
-- Generate, parse, and pretty print UUIDs for use with IPython.
module
IHaskell.IPython.Message.UUID
(
UUID
,
random
,
randoms
,
uuidToString
)
where
import
Control.Applicative
((
<$>
),
(
<*>
))
import
Control.Monad
(
mzero
,
replicateM
)
import
Data.Aeson
import
Data.Text
(
pack
)
...
...
ipython-kernel/src/IHaskell/IPython/Message/Writer.hs
View file @
376c6dd0
...
...
@@ -8,6 +8,7 @@ module IHaskell.IPython.Message.Writer (ToJSON(..)) where
import
Data.Aeson
import
Data.Map
(
Map
)
import
Data.Monoid
(
mempty
)
import
Data.Text
(
Text
,
pack
)
import
IHaskell.IPython.Types
...
...
ipython-kernel/src/IHaskell/IPython/Types.hs
View file @
376c6dd0
...
...
@@ -35,6 +35,7 @@ module IHaskell.IPython.Types (
extractPlain
,
)
where
import
Control.Applicative
((
<$>
),
(
<*>
))
import
Data.Aeson
import
Data.ByteString
(
ByteString
)
import
Data.List
(
find
)
...
...
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