packages feed

coinbase-exchange 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Coinbase.Exchange.Types: execExchange :: ExchangeConf -> Exchange a -> IO a
+ Coinbase.Exchange.Types: execExchangeT :: (MonadThrow m, MonadBaseControl IO m) => ExchangeConf -> ExchangeT m a -> m a

Files

coinbase-exchange.cabal view
@@ -1,5 +1,5 @@ name:                coinbase-exchange-version:             0.2.0.1+version:             0.2.0.2 synopsis:            Connector library for the coinbase exchange. description:         Access library for the coinbase exchange. Allows the use                      of both the public market data API as well as the private
src/Coinbase/Exchange/Types.hs view
@@ -35,6 +35,8 @@     , ExceptT     , runExchange     , runExchangeT+    , execExchange+    , execExchangeT      , getManager     ) where