From fe2e51d0ce6fdbdbe6c3aad8db0449db281e9406 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 19 Jun 2007 12:41:40 +0000 Subject: [PATCH] Typo (consUtils.hs -> consUtils.h) --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index bc4b321..b0c68e8 100644 --- a/base.cabal +++ b/base.cabal @@ -173,7 +173,7 @@ c-sources: cbits/selectUtils.c include-dirs: include, ../../includes, ../../rts includes: HsBase.h -install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h lockFile.h consUtils.hs Typeable.h +install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h lockFile.h consUtils.h Typeable.h extensions: CPP -- XXX is there an extension for using # in varids? -- We need to set the package name to base (without a version number) -- 1.7.10.4