From 3fc108227b6c39cdac86d7319092dfa07f73464b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 27 Jun 2008 14:56:33 +0000 Subject: [PATCH] Update .darcs-boring --- .darcs-boring | 99 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 46 deletions(-) diff --git a/.darcs-boring b/.darcs-boring index aba09df..ce248f8 100644 --- a/.darcs-boring +++ b/.darcs-boring @@ -140,6 +140,8 @@ ^compiler/primop- ^compiler/cmm/CmmLex.hs$ ^compiler/cmm/CmmParse.hs$ +^compiler/ghci/LibFFI.hs$ +^compiler/ghci/LibFFI_hsc.c$ ^compiler/main/Config.hs$ ^compiler/main/ParsePkgConf.hs$ ^compiler/parser/Parser.y$ @@ -149,9 +151,9 @@ ^compiler/parser/HaddockLex.hs ^compiler/parser/HaddockParse.hs ^compiler/prelude/primops.txt$ -^compiler/stage1 -^compiler/stage2 -^compiler/stage3 +^compiler/stage1($|/) +^compiler/stage2($|/) +^compiler/stage3($|/) ^mk/build.mk$ ^mk/validate.mk$ ^mk/config.h.in$ @@ -167,51 +169,56 @@ package.conf.installed$ (^|/)configure$ ^ghc.spec$ ^docs/users_guide/ug-book.xml$ -^extra-gcc-opts +^docs/man/flags.xml$ +^docs/man/flags.xsl$ +^docs/man/ghc.1$ +^extra-gcc-opts$ # ignore scripts like push-monk ^push-* # Common log file names; testlog is made by validate ^testlog -^log* -^utils/ext-core/Driver -^utils/ext-core/PrimEnv.hs -^utils/genapply/genapply -^utils/genprimopcode/Lexer.hs -^utils/genprimopcode/Parser.hs -^utils/genprimopcode/genprimopcode -^utils/ghc-pkg/Version.hs -^utils/ghc-pkg/ghc-pkg-inplace -^utils/ghc-pkg/ghc-pkg-inplace.hs -^utils/ghc-pkg/ghc-pkg.bin -^utils/hasktags/hasktags -^utils/hp2ps/hp2ps -^utils/hpc/HpcParser.hs -^utils/hpc/hpc -^utils/hsc2hs/hsc2hs-bin -^utils/hsc2hs/hsc2hs-inplace -^utils/hsc2hs/hsc2hs-inplace.hs -^utils/lndir/lndir -^utils/mkdependC/mkdependC -^utils/mkdirhier/mkdirhier -^utils/prof/cgprof/cgprof -^utils/prof/ghcprof-inplace -^utils/pwd/pwd -^utils/runghc/runghc -^utils/runstdtest/runstdtest -^utils/unlit/unlit -^driver/ghci/ghc-pkg-inplace -^driver/mangler/ghc-asm -^driver/mangler/ghc-asm.prl -^driver/package.conf -^driver/package.conf.inplace.old -^driver/split/ghc-split -^driver/split/ghc-split.prl -^driver/stamp-pkg-conf-ghc -^driver/stamp-pkg-conf-rts -^includes/DerivedConstants.h -^includes/GHCConstants.h -^includes/ghcautoconf.h -^includes/ghcplatform.h -^includes/mkDerivedConstantsHdr -^includes/mkGHCConstants +^log +^utils/ext-core/Driver$ +^utils/ext-core/PrimEnv.hs$ +^utils/genapply/genapply$ +^utils/genprimopcode/Lexer.hs$ +^utils/genprimopcode/Parser.hs$ +^utils/genprimopcode/genprimopcode$ +^utils/ghc-pkg/Version.hs$ +^utils/ghc-pkg/ghc-pkg-inplace$ +^utils/ghc-pkg/ghc-pkg-inplace.hs$ +^utils/ghc-pkg/ghc-pkg.bin$ +^utils/hasktags/hasktags$ +^utils/hp2ps/hp2ps$ +^utils/hpc/HpcParser.hs$ +^utils/hpc/hpc$ +^utils/hsc2hs/hsc2hs-bin$ +^utils/hsc2hs/hsc2hs-inplace$ +^utils/hsc2hs/hsc2hs-inplace.hs$ +^utils/lndir/lndir$ +^utils/mkdependC/mkdependC$ +^utils/mkdirhier/mkdirhier$ +^utils/prof/cgprof/cgprof$ +^utils/prof/ghcprof-inplace$ +^utils/pwd/pwd$ +^utils/runghc/runghc$ +^utils/runghc/runhaskell$ +^utils/runstdtest/runstdtest$ +^utils/unlit/unlit$ +^driver/ghci/ghc-pkg-inplace$ +^driver/ghci/ghci-inplace$ +^driver/mangler/ghc-asm$ +^driver/mangler/ghc-asm.prl$ +^driver/package.conf$ +^driver/package.conf.inplace.old$ +^driver/split/ghc-split$ +^driver/split/ghc-split.prl$ +^driver/stamp-pkg-conf-ghc$ +^driver/stamp-pkg-conf-rts$ +^includes/DerivedConstants.h$ +^includes/GHCConstants.h$ +^includes/ghcautoconf.h$ +^includes/ghcplatform.h$ +^includes/mkDerivedConstantsHdr$ +^includes/mkGHCConstants$ -- 1.7.10.4