fix haddock submodule pointer
[ghc-hetmet.git] / utils / hsc2hs
2011-08-30 Adam Megaczadd submodule for all upstream repos
2008-07-23 Ian LynaghUse the upstream hsc2hs repo
2008-07-22 Ian LynaghSync hsc2hs's Main.hs with the Cabal repo
2008-07-18 Ian LynaghMore build system changes; hasktags is now built with...
2008-07-17 Ian LynaghTweak the hsc2hs wrapper script
2008-07-17 Ian LynaghDo the building and installing of hsc2hs with the stage...
2008-07-11 Ian LynaghSplit up Cabal configure flag variables for more flexib...
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-10 Ian LynaghTypo fixed
2008-07-05 Ian LynaghAdd hsc2hs.wrapper
2008-07-05 Ian LynaghFix hsc2hs finding its template file on Windows
2008-07-05 Ian LynaghBuild hsc2hs with Cabal
2008-07-05 Ian LynaghUse the last compiler if more than one is specified
2008-07-04 Ian LynaghIn utils/hsc2hs, add LICENSE and hsc2hs.cabal from...
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-16 Ian LynaghMore commandline flag improvements
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
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-01-12 Ian LynaghAdd GMP_INCLUDE_DIRS in a couple of places
2007-10-25 Simon Marlowdefault to installing runhaskell and hsc2hs again,...
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-08-28 Ian LynaghUse DESTDIR when installing
2007-07-31 Simon Marlowcompile the -inplace programs using $(HC), not $(GHC)
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-22 Simon Marlowremove unnecessary cruft
2007-06-22 Simon MarlowFIX BUILD: all builds need --template, not just Windows
2007-06-22 Simon Marlowignore all but the last --template option
2007-06-21 Simon Marlowyet more fixes: Cygwin broke this time
2007-06-21 Lemmihfix bugs with hsc2hs-inplace
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon Marlowuse a binary for hsc2hs-inplace too
2007-06-15 Ian LynaghAdd missing quotes in generated script
2007-06-01 Ian LynaghFix a -- that somehow turned into a ----
2007-06-01 Ian LynaghFix creation of hsc2hs-inplace.bat
2007-06-01 Ian LynaghFix bindist creation
2007-05-31 Ian LynaghRework the build system a bit
2007-05-09 Ian LynaghRemove ghc_ge_504 (it's required to be true now anyway)
2007-04-18 simonpj@microsoft.comFix bat-script generation for MSys
2007-04-06 Ian LynaghFixes for building the libraries with cabal on Windows
2007-03-15 sven.panne@aedion.deUse update-alternatives for handling generic tool names
2007-02-06 Ian LynaghDon't use compat when compiling utils with stage1
2006-09-09 sof@galois.comremove generated files in a 'finally' manner
2006-09-07 Ross Patersonremove __HUGS__ #if's (Hugs uses the standalone version)
2006-08-18 Ross Patersonwhitespace cleanup only
2006-08-09 Simon MarlowWhere we use $(GhcHcOpts), also add $(GhcStage1HcOpts)
2006-07-03 Duncan CouttsComplain more loudly if any of the hsc2hs phases fail
2006-04-07 Simon MarlowReorganisation of the source tree