packages feed

oanda-rest-api 0.4.0 → 0.4.1

raw patch · 4 files changed

+7/−2 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.4.1++- Fix style suggestions for newer hlint+ ## 0.4.0  - Migrated to the new v20 REST API
oanda-rest-api.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           oanda-rest-api-version:        0.4.0+version:        0.4.1 synopsis:       Client to the OANDA REST API description:    Client to the OANDA REST API category:       API
stack.yaml view
@@ -1,3 +1,3 @@-resolver: nightly-2017-03-02+resolver: nightly-2017-06-11 packages:   - '.'
tests/HLint.hs view
@@ -9,6 +9,7 @@   , "src"   , "tests"   , "-i", "Use newtype instead of data"+  , "-i", "Use module export list"   ]  main :: IO ()