put extra-tmp-files field in the right place
authorSimon Marlow <simonmar@microsoft.com>
Fri, 14 Sep 2007 14:08:12 +0000 (14:08 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 14 Sep 2007 14:08:12 +0000 (14:08 +0000)
base.cabal

index 26f275f..a89a53b 100644 (file)
@@ -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
 }