Commit 0f4b4e47 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Upgraded to zmq4!

parent d5758718
......@@ -53,7 +53,7 @@ library
ghc-parser,
unix >= 2.6,
hspec,
zeromq3-haskell >=0.5,
zeromq4-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,
zeromq3-haskell >=0.5,
zeromq4-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,
zeromq3-haskell >=0.5,
zeromq4-haskell >= 0.1,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.6,
......
......@@ -11,7 +11,7 @@ module IHaskell.ZeroMQ (
import ClassyPrelude hiding (stdin)
import Control.Concurrent
import System.ZMQ3 hiding (stdin)
import System.ZMQ4 hiding (stdin)
import Data.Aeson (encode)
import qualified Data.ByteString.Lazy as ByteString
......
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