From a1522eea3fcff0708e2372da04aa1f6312a9eafc Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 14 Sep 2007 14:08:12 +0000 Subject: [PATCH] put extra-tmp-files field in the right place --- base.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 1.7.10.4