Package: libhugs-ftphs
Version: 1.0.0
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi John,
I am planning to upload the modular Hugs from experimental to unstable
ASAP. As a precaution I am rebuilding all packages which build depend
on Hugs.
For the modular hugs packaging the (build) dependencies of
ftphs need to change:
diff -Nru /tmp/UAV62zyChq/ftphs-1.0.0/debian/control
/tmp/CRhAtFx4TQ/ftphs-1.0.0/debian/control
- --- /tmp/UAV62zyChq/ftphs-1.0.0/debian/control 2006-12-07
22:24:32.000000000 +0100
+++ /tmp/CRhAtFx4TQ/ftphs-1.0.0/debian/control 2007-04-15 05:25:35.000000000
+0200
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: John Goerzen <[EMAIL PROTECTED]>
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)
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08),
haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-hslogger,
libhugs-hunit, libhugs-network, libhugs-missingh (>= 0.18.0)
Standards-Version: 3.6.2
Section: devel
@@ -26,7 +26,7 @@
Package: libhugs-ftphs
Section: devel
Architecture: all
- -Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-missingh (>= 0.18.0)
+Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network,
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
But after I did this the package did not build because it needs
Text.Regex module:
compilation IS NOT required
make test-hugs
make[1]: Entering directory `/tmp/buildd/ftphs-1.0.0'
runhugs -98 +o "-Fcpphs --noline"
-P/tmp/buildd/ftphs-1.0.0/src:/tmp/buildd/ftphs-1.0.0/testsrc:
testsrc/runtests.hs
runhugs: Error occurred
ERROR "/tmp/buildd/ftphs-1.0.0/src/Network/FTP/Client/Parser.hs" - Can't find
imported module "Text.Regex"
Text.Regex is not included anymore in the latest Hugs version:
- Updated libraries to match those of GHC 6.6. The following modules
are gone:
+ Text.Regex: moved out of the base package and replaced with a new
version that uses too much type class overlapping for Hugs.
+ Data.FiniteMap: obsolete.
So you might want to rewrite those parts of ftphs which need
Text.Regex or drop the libhugs-ftphs package.
Greetings Arjan
- -- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.20-2-nebula (PREEMPT)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libhugs-ftphs depends on:
ii hugs 98.200609.21-4 A Haskell 98 interpreter
ii libhugs-hslogger 1.0.2 The Haskell Logging Framework, Hug
ii libhugs-missingh 0.18.4 Library of utility functions for H
libhugs-ftphs recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGIjPpUALvsZYuOJARAnZxAJ4j+puK3AJC0ORVx+sA/9ybJhecAACgieoy
zP0vH3dy69mzwP01oLpS2T4=
=3RXO
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]