ldb-hs: Remove use of deprecated cabal modules
Jelmer Vernooij
jelmer at samba.org
Sun May 11 23:19:23 GMT 2008
Mon May 12 01:11:37 CEST 2008 Jelmer Vernooij <jelmer at samba.org>
* Remove use of deprecated cabal modules
M ./Setup.hs -2 +1
Mon May 12 01:11:37 CEST 2008 Jelmer Vernooij <jelmer at samba.org>
* Remove use of deprecated cabal modules
diff -rN -u old-ldb-hs/Setup.hs new-ldb-hs/Setup.hs
--- old-ldb-hs/Setup.hs 2008-05-12 01:19:23.000000000 +0200
+++ new-ldb-hs/Setup.hs 2008-05-12 01:19:23.000000000 +0200
@@ -6,7 +6,6 @@
import Distribution.PackageDescription
-- for the argument types of the `postInst' hook
-import Distribution.Setup
import Distribution.Simple.LocalBuildInfo
-main = defaultMainWithHooks defaultUserHooks
+main = defaultMain
More information about the samba-cvs
mailing list