From: Ian Lynagh Date: Tue, 19 Jun 2007 12:41:40 +0000 (+0000) Subject: Typo (consUtils.hs -> consUtils.h) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fe2e51d0ce6fdbdbe6c3aad8db0449db281e9406;p=ghc-base.git Typo (consUtils.hs -> consUtils.h) --- 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)