ftp-client 0.5.1.3 → 0.5.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecdep ~bytestringdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, bytestring, network, transformers
API changes (from Hackage documentation)
Files
- ftp-client.cabal +2/−2
ftp-client.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: ftp-client-version: 0.5.1.3+version: 0.5.1.4 license: PublicDomain license-file: LICENSE maintainer: mrobinson7627@gmail.com@@ -27,7 +27,7 @@ build-depends: base >=4.8 && <5, bytestring >=0.10.8.2 && <0.11,- network >=2.6.3.6 && <2.9,+ network >=2.6.3.6 && <3.2, attoparsec >=0.10 && <0.14, connection >=0.2 && <0.4, transformers >=0.5.6.2 && <0.6,