ftphs-1.0.3: ftphs.cabal
Name: ftphs
Version: 1.0.3
License: LGPL
Maintainer: John Goerzen <jgoerzen@complete.org>
Author: John Goerzen
Stability: Stable
Copyright: Copyright (c) 2004-2006 John Goerzen
license-file: COPYRIGHT
extra-source-files: COPYING
Homepage: http://software.complete.org/ftphs
Category: Network
Synopsis: FTP Client and Server Library
Description: ftphs provides a Haskell library to implement a FTP client
and a FTP server.
.
ftphs has a number of features:
.
* Easy to use operation
* Full support of text and binary transfers
* Optional lazy interaction
* Server can serve up a real or a virtual filesystem tree
* Standards compliant
Hs-Source-Dirs: src
Exposed-Modules: Network.FTP.Client,
Network.FTP.Client.Parser,
Network.FTP.Server,
Network.FTP.Server.Parser
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP
Build-Depends: network, parsec, base,
haskell98, mtl, regex-compat,
hslogger, MissingH>=0.18.0
GHC-Options: -O2
Executable: runtests
Buildable: False
Main-Is: runtests.hs
HS-Source-Dirs: testsrc, .
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP