packages feed

mollie-api-haskell 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~aesondep ~http-client-opensslPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson, http-client-openssl

API changes (from Hackage documentation)

- Mollie.API: liftIO :: MonadIO m => forall a. () => IO a -> m a
+ Mollie.API: liftIO :: MonadIO m => IO a -> m a

Files

mollie-api-haskell.cabal view
@@ -1,5 +1,5 @@ name:                mollie-api-haskell-version:             0.2.0.1+version:             0.2.0.2 synopsis:            Mollie API client for Haskell http://www.mollie.com description:         Please see README.md homepage:            https://github.com/paramander/mollie-api-haskell@@ -28,11 +28,11 @@   other-modules:       Mollie.API.Internal                      , Paths_mollie_api_haskell   build-depends:       base >= 4.7 && < 5-                     , aeson >= 1.0 && < 1.4+                     , aeson >= 1.0 && < 1.5                      , time >= 1.5 && < 2                      , text >= 1.2 && < 2                      , http-client >= 0.5 && < 0.6-                     , http-client-openssl >= 0.2 && < 0.3+                     , http-client-openssl >= 0.2 && < 0.4                      , HsOpenSSL >= 0.11 && < 0.12                      , mtl >= 2.2 && < 3                      , http-types >= 0.9 && < 1