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
362bef6e
Commit
362bef6e
authored
Jul 06, 2021
by
David Davó
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes in types.hs
parent
e6d48f99
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Types.hs
...ay/ihaskell-widgets/src/IHaskell/Display/Widgets/Types.hs
+4
-2
No files found.
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Types.hs
View file @
362bef6e
...
@@ -68,8 +68,7 @@ import Control.Applicative ((<$>))
...
@@ -68,8 +68,7 @@ import Control.Applicative ((<$>))
import
qualified
Control.Exception
as
Ex
import
qualified
Control.Exception
as
Ex
import
Data.Typeable
(
Typeable
,
TypeRep
,
typeOf
)
import
Data.Typeable
(
Typeable
,
TypeRep
,
typeOf
)
import
Data.IORef
(
IORef
,
readIORef
,
modifyIORef
)
import
Data.IORef
(
IORef
,
readIORef
,
modifyIORef
)
import
Data.Text
(
Text
,
pack
,
splitOn
)
import
Data.Text
(
Text
,
pack
)
import
Data.Text.Read
(
decimal
)
import
System.IO.Error
import
System.IO.Error
import
System.Posix.IO
import
System.Posix.IO
import
Text.Printf
(
printf
)
import
Text.Printf
(
printf
)
...
@@ -101,6 +100,9 @@ import Data.Singletons.Base.TH
...
@@ -101,6 +100,9 @@ import Data.Singletons.Base.TH
import
Data.Singletons.TH
import
Data.Singletons.TH
#
endif
#
endif
import
Data.Text.Lazy
(
unpack
)
import
Data.Text.Lazy.Encoding
import
GHC.IO.Exception
import
GHC.IO.Exception
import
IHaskell.Eval.Widgets
(
widgetSendUpdate
,
widgetSendView
)
import
IHaskell.Eval.Widgets
(
widgetSendUpdate
,
widgetSendView
)
...
...
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