Name: FTPLine Version: 1.3.0 Cabal-Version: >= 1.6 License: BSD3 License-file: license Author: Daniel Diaz Maintainer: Daniel Diaz Homepage: http://ddiaz.asofilak.es/packages/FTPLine Category: Network Synopsis: A command-line FTP client. Description: A command-line FTP client. Type @help@ for a list of commands. Online documentation at the homepage. . Changes from the last version: . * Now, mtl dependency is == 2.0.*. . * Due to the update to mtl-2, now haskeline dependency is >= 0.6.3.2 && < 0.7. . * New feature: Reestablishing of last connection and login. . * Current mode (local or remote) is displayed when switching between them. Build-Type: Simple Executable FTPLine Build-depends: base == 4.* , mtl == 2.0.* , ftphs , directory , network , haskeline >= 0.6.3.2 && < 0.7 , ansi-terminal , strict , bytestring Extensions: FlexibleInstances Main-is: Main.hs