name: ftp-conduit version: 0.0.1 license: BSD3 license-file: LICENSE author: Myles C. Maxfield maintainer: Myles C. Maxfield synopsis: FTP client package with conduit interface based off http-conduit description: This package allows files on remote FTP servers to be available through the Conduit interface. category: Web, Conduit stability: Experimental cabal-version: >= 1.8 build-type: Simple homepage: https://github.com/litherum/ftp-conduit library build-depends: base >= 4 && < 5 , conduit >= 0.1.1 , network >= 2.0 , bytestring >= 0.9 , MissingH >= 0.18.6 , mtl >= 1.0 , byteorder >= 1.0.0 exposed-modules: Network.FTP.Conduit ghc-options: -Wall source-repository head type: git location: git://github.com/litherum/ftp-conduit.git