update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / utils / runghc /
2011-05-28 Simon MarlowMake builds that use stage1 use "dist-install" consiste...
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2010-12-15 Ian LynaghRemove more dead code now we require GHC >= 6.12
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-08-26 Simon MarlowUNDO: fix the inplace runghc (it broke the installed...
2009-08-20 Simon Marlowfix the inplace runghc
2009-07-07 Ian LynaghFix unused import warnings
2009-06-13 Ian LynaghInclude runghc and unlit in bindists
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-23 Ian LynaghFix warnings
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-05 Ian LynaghAdd --version to runghc. Trac #2757.
2008-11-28 Ian LynaghTeach runghc about --help; fixes trac #2757
2008-11-14 Simon Marlowclose the temporary Handle before removing the file
2008-09-14 Ian LynaghAdd "#!/bin/sh" to runghc.wrapper
2008-08-25 Ian LynaghFix "runghc foo" where the program is foo.hs or foo.lhs
2008-08-25 Ian LynaghGet everything building with base 4 in the HEAD
2008-08-21 Ian LynaghFix warnings in runghc
2008-07-29 Ian LynaghAdd the runghc wrapper script
2008-07-24 Ian LynaghFix building runghc on Windows
2008-07-23 Ian LynaghIf the extension is not .lhs, runghc now treats it...
2008-07-23 Ian Lynaghrunghc now uses the compiler that it comes with; fixes...
2008-07-18 Ian LynaghBuild runghc with Cabal
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-16 Ian LynaghMore commandline flag improvements
2008-05-22 Manuel M T ChakravartyEnsure runhaskell is rebuild in stage2
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-07 Simon MarlowAllow runghc to take input from stdin, just like Ruby...
2008-01-20 Ian LynaghTweak runghc
2007-10-25 Simon Marlowdefault to installing runhaskell and hsc2hs again,...
2007-08-19 Ian LynaghImprove runghc's argument handling
2007-08-18 Ian LynaghMake runghc warning-free and turn -Wall on in the Makefile
2007-08-18 Ian LynaghMake the runghc code prettier and fix some warnings
2007-07-29 Magnus JonssonMake "runghc -f path-to-ghc Main.hs" work
2007-06-01 Ian LynaghFix bindist creation
2007-03-15 sven.panne@aedion.deUse update-alternatives for handling generic tool names
2007-03-13 Simon Marlowfix #1200: don't evaluate the result of main
2007-02-06 Ian LynaghDon't use compat when compiling utils with stage1
2007-01-05 Simon Marlowwrap Main.main in GHC.TopHandler.runIOFastExit
2006-08-09 Simon MarlowWhere we use $(GhcHcOpts), also add $(GhcStage1HcOpts)
2006-04-07 Simon MarlowReorganisation of the source tree