Skip to content

Commit

Permalink
Version 0.7.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunnio committed Dec 29, 2019
1 parent 0b7643d commit eeb211a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.7.2.0
- Upgraded to stack lts-14.17

# Version 0.7.1.0
- Fixed broken examples

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coinbase-pro
version: 0.7.1.0
version: 0.7.2.0
description: Client for Coinbase Pro REST and Websocket APIs
homepage: https://github.com/mdunnio/coinbase-pro#readme
bug-reports: https://github.com/mdunnio/coinbase-pro/issues
Expand Down
2 changes: 1 addition & 1 deletion src/example/stream/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ import CoinbasePro.WebSocketFeed.Request (ChannelName (..))

main :: IO ()
main = do
msgs <- subscribeToFeed [ProductId "BTC-USD"] [Ticker]
msgs <- subscribeToFeed [ProductId "BTC-USD"] [Status]
forever $ Streams.read msgs >>= print

0 comments on commit eeb211a

Please sign in to comment.