ftp-client-conduit 0.5.0.3 → 0.5.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ftp-client-conduit.cabal +2/−2
ftp-client-conduit.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: ftp-client-conduit-version: 0.5.0.3+version: 0.5.0.4 license: PublicDomain license-file: LICENSE maintainer: mrobinson7627@gmail.com@@ -40,5 +40,5 @@ default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- base >=4.11.1.0 && <4.12,+ base >=4.11.1.0 && <5, ftp-client-conduit -any