tags 502758 + patch thanks > > Reading package info from > > "/usr/lib/haskell-packages/ghc6/lib/WashNGo-2.12/installed-pkg-config" ... > > done. ghc-pkg: dependency regex-compat-0.91 doesn't exist (use --force > > to override)
It's missing a Depends on libghc6-regex-compat-dev. This (and other
dependencies) can be automatically determined by haskell-devscripts.
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [EMAIL PROTECTED]
`-
diff -urNd washngo-2.12.orig/debian/rules washngo-2.12/debian/rules
--- washngo-2.12.orig/debian/rules 2008-10-21 01:04:03.000000000 +0100
+++ washngo-2.12/debian/rules 2008-10-21 01:04:22.000000000 +0100
@@ -105,6 +105,7 @@
# dh_makeshlibs
dh_installdeb
dh_shlibdeps
+ dh_haskell_depends
dh_gencontrol
dh_md5sums
dh_builddeb
signature.asc
Description: PGP signature

