amqp-conduit 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−7 lines, 2 filesdep ~mtl
Dependency ranges changed: mtl
Files
- amqp-conduit.cabal +4/−5
- src/Network/AMQP/Conduit.hs +2/−2
amqp-conduit.cabal view
@@ -1,5 +1,5 @@ name: amqp-conduit-version: 0.1.0.0+version: 0.1.0.1 synopsis: Conduit bindings for AMQP (see amqp package) description: Conduit bindings for AMQP (see amqp package) Stability: alpha@@ -19,9 +19,8 @@ cabal-version: >=1.8 source-repository head- type: git- location: https://github.com/tatac1/amqp-conduit-+ type: git+ location: https://github.com/tatac1/amqp-conduit library -- Modules exported by the library.@@ -42,7 +41,7 @@ , lifted-base , exceptions , transformers-base- , mtl >= 2.2+ , mtl >= 2.1 , monad-control , text
src/Network/AMQP/Conduit.hs view
@@ -93,8 +93,8 @@ , module Network.AMQP ) where import Control.Exception.Lifted (bracket)-import Control.Monad.Except--- import Control.Monad.IO.Class (MonadIO, liftIO)+import Control.Monad (replicateM)+import Control.Monad.IO.Class (MonadIO, liftIO) import Control.Monad.Trans.Control (MonadBaseControl) import Data.Conduit (Sink, Source, await, yield) import Data.Maybe (isJust, isNothing)