From: Simon Marlow Date: Fri, 14 Sep 2007 14:08:12 +0000 (+0000) Subject: put extra-tmp-files field in the right place X-Git-Tag: 2008-05-28~132 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a1522eea3fcff0708e2372da04aa1f6312a9eafc;p=ghc-base.git put extra-tmp-files field in the right place --- diff --git a/base.cabal b/base.cabal index 26f275f..a89a53b 100644 --- a/base.cabal +++ b/base.cabal @@ -8,6 +8,9 @@ description: This package contains the Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities. +extra-tmp-files: + config.log config.status autom4te.cache + include/HsBaseConfig.h GHC/Prim.hs GHC/PrimopWrappers.hs Library { -- This is actually something of a hack, as if we are using @@ -166,8 +169,5 @@ Library { -- as it's magic. ghc-options: -fglasgow-exts -package-name base nhc98-options: -H4M -K3M - extra-tmp-files: - config.log config.status autom4te.cache - include/HsBaseConfig.h }