nylas 0.1.0 → 0.1.1
raw patch · 3 files changed
+14/−4 lines, 3 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Network.Nylas.Types: _Create :: Prism' (Change a_ahoN) a_ahoN
+ Network.Nylas.Types: _Create :: Prism' (Change a_ahoa) a_ahoa
- Network.Nylas.Types: _Delete :: Prism' (Change a_ahoN) ()
+ Network.Nylas.Types: _Delete :: Prism' (Change a_ahoa) ()
- Network.Nylas.Types: _Modify :: Prism' (Change a_ahoN) a_ahoN
+ Network.Nylas.Types: _Modify :: Prism' (Change a_ahoa) a_ahoa
Files
- CHANGELOG.md +4/−0
- README.md +8/−2
- nylas.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.1++* Decrease lower bound of dependency on `base` to 4.7.+ # 0.1.0 * Initial release.
README.md view
@@ -1,12 +1,18 @@ # nylas -A _partially completed_ Haskell client for the [Nylas](https://nylas.com)+[](https://hackage.haskell.org/package/nylas)+ [](https://travis-ci.org/bts/nylas-hs)++A _partially complete_ Haskell client for the [Nylas](https://nylas.com) [HTTP API](https://www.nylas.com/docs/platform), powered by [lens](https://hackage.haskell.org/package/lens) and [pipes](https://hackage.haskell.org/package/pipes). At the moment I've only implemented support for the endpoints I need. -Pull requests for support of additional endpoints would be greatly appreciated!+Pull requests for the support of additional endpoints would be greatly+appreciated!++See Hackage for [documentation](http://hackage.haskell.org/package/nylas). ## Features
nylas.cabal view
@@ -1,5 +1,5 @@ name: nylas-version: 0.1.0+version: 0.1.1 synopsis: Client for the Nylas API description: A client for the Nylas HTTP API, powered by lens and pipes. license: BSD3@@ -21,7 +21,7 @@ library exposed-modules: Network.Nylas, Network.Nylas.Client, Network.Nylas.Types build-depends: aeson >= 0.8 && < 0.10- , base >= 4.8 && < 4.9+ , base >= 4.7 && < 5.0 , bytestring >= 0.10.6.0 && < 0.11 , lens >= 4.5 && < 5.0 , lens-aeson >= 1.0.0.4 && < 1.1