[Pkg-haskell-commits] darcs: ftphs: Preparing
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:25:46 UTC 2013
Thu Dec 7 23:57:13 UTC 2006 John Goerzen <jgoerzen at complete.org>
* Preparing
Ignore-this: c913d3fd1ddd162c3c397e8a418ed8a8
M ./control -42 +39
Thu Dec 7 23:57:13 UTC 2006 John Goerzen <jgoerzen at complete.org>
* Preparing
Ignore-this: c913d3fd1ddd162c3c397e8a418ed8a8
diff -rN -u old-ftphs//control new-ftphs//control
--- old-ftphs//control 2013-01-04 14:25:45.218991773 +0000
+++ new-ftphs//control 2013-01-04 14:25:45.850310985 +0000
@@ -1,59 +1,56 @@
-Source: missingh
+Source: ftphs
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-hunit, libhugs-hslogger
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.0), libghc6-hslogger-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-hslogger, libhugs-missingh (>= 0.18.0)
Standards-Version: 3.6.2
Section: devel
-Package: libghc6-missingh-dev
+Package: libghc6-ftphs-dev
Section: devel
Architecture: any
-Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-dev
-Suggests: missingh-doc
-Description: Library of utility functions for Haskell, GHC6 package
- MissingH is a library of all sorts of utility functions for
- Haskell programmers. It is written in pure Haskell and thus should
- be extremely portable and easy to use. It also has no prerequisites
- save those that are commonly included with Haskell compilers.
- .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features. However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
+Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-hslogger-dev, libghc6-missingh-dev (>= 0.18.0)
+Suggests: ftphs-doc
+Description: FTP Client and Server Library for Haskell, GHC package
+ 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
-Package: libhugs-missingh
+Package: libhugs-ftphs
Section: devel
Architecture: all
-Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hunit, libhugs-hslogger
-Suggests: missingh-doc
-Description: Library of utility functions for Haskell, Hugs package
- MissingH is a library of all sorts of utility functions for
- Haskell programmers. It is written in pure Haskell and thus should
- be extremely portable and easy to use. It also has no prerequisites
- save those that are commonly included with Haskell compilers.
- .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features. However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
+Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-missingh (>= 0.18.0)
+Suggests: ftphs-doc
+Description: FTP Client and Server Library for Haskell, Hugs package
+ 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
-Package: missingh-doc
+Package: ftpfs-doc
Section: doc
Architecture: all
-Description: Documentation for Haskell utility library
- MissingH is a library of all sorts of utility functions for
- Haskell programmers. It is written in pure Haskell and thus should
- be extremely portable and easy to use. It also has no prerequisites
- save those that are commonly included with Haskell compilers.
- .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features. However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
+Description: FTP Client and Server Library for Haskell, documentation
+ ftphs provides a Haskell library to implement a FTP client
+ and a FTP server.
.
- This package provides the API documentation for MissingH.
-
+ 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
More information about the Pkg-haskell-commits
mailing list