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
0f4b4e47
Commit
0f4b4e47
authored
Dec 30, 2013
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded to zmq4!
parent
d5758718
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
IHaskell.cabal
IHaskell.cabal
+3
-3
ZeroMQ.hs
IHaskell/ZeroMQ.hs
+1
-1
No files found.
IHaskell.cabal
View file @
0f4b4e47
...
...
@@ -53,7 +53,7 @@ library
ghc-parser,
unix >= 2.6,
hspec,
zeromq
3-haskell >=0.5
,
zeromq
4-haskell >= 0.1
,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.6,
...
...
@@ -112,7 +112,7 @@ executable IHaskell
ghc-parser,
unix >= 2.6,
hspec,
zeromq
3-haskell >=0.5
,
zeromq
4-haskell >= 0.1
,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.6,
...
...
@@ -146,7 +146,7 @@ Test-Suite hspec
ghc-parser,
unix >= 2.6,
hspec,
zeromq
3-haskell >=0.5
,
zeromq
4-haskell >= 0.1
,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.6,
...
...
IHaskell/ZeroMQ.hs
View file @
0f4b4e47
...
...
@@ -11,7 +11,7 @@ module IHaskell.ZeroMQ (
import
ClassyPrelude
hiding
(
stdin
)
import
Control.Concurrent
import
System.ZMQ
3
hiding
(
stdin
)
import
System.ZMQ
4
hiding
(
stdin
)
import
Data.Aeson
(
encode
)
import
qualified
Data.ByteString.Lazy
as
ByteString
...
...
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