packages feed

ftp-client-conduit 0.5.0.1 → 0.5.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, exceptions

API changes (from Hackage documentation)

Files

ftp-client-conduit.cabal view
@@ -1,10 +1,10 @@ cabal-version: >=1.10 name: ftp-client-conduit-version: 0.5.0.1+version: 0.5.0.2 license: PublicDomain license-file: LICENSE maintainer: mrobinson7627@gmail.com-author: Matthew Robinson+author: Megan Robinson homepage: https://github.com/mr/ftp-client synopsis: Transfer file with FTP and FTPS with Conduit description:@@ -31,7 +31,7 @@         bytestring >=0.10.8.2 && <0.11,         resourcet ==1.2.*,         connection >=0.2.8 && <0.3,-        exceptions >=0.8.3 && <0.9+        exceptions >=0.10.0 && <0.11  test-suite ftp-conduit-test     type: exitcode-stdio-1.0@@ -40,5 +40,5 @@     default-language: Haskell2010     ghc-options: -threaded -rtsopts -with-rtsopts=-N     build-depends:-        base >=4.10.1.0 && <4.11,+        base >=4.11.1.0 && <4.12,         ftp-clientconduit -any