summaryrefslogtreecommitdiff
path: root/utils/hsc2hs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the build with GHC 6.4Ian Lynagh2008-06-231-0/+4
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-0/+8
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+9
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-1/+8
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-4/+0
* Add GMP_INCLUDE_DIRS in a couple of placesIan Lynagh2008-01-121-1/+9
* default to installing runhaskell and hsc2hs again, but provide knobs to turn ...Simon Marlow2007-10-251-1/+6
* Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORMIan Lynagh2007-09-061-5/+1
* Use DESTDIR when installingIan Lynagh2007-08-281-1/+1
* compile the -inplace programs using $(HC), not $(GHC)Simon Marlow2007-07-311-1/+1
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-1/+1
* make inplace scripts less sensitive to /bin/sh quoting by avoiding \Simon Marlow2007-06-231-1/+1
* remove unnecessary cruftSimon Marlow2007-06-221-11/+0
* FIX BUILD: all builds need --template, not just WindowsSimon Marlow2007-06-221-2/+2
* ignore all but the last --template optionSimon Marlow2007-06-221-1/+7
* yet more fixes: Cygwin broke this timeSimon Marlow2007-06-211-1/+1
* fix bugs with hsc2hs-inplaceLemmih2007-06-211-2/+2
* further fixes to the inplace scriptsLemmih2007-06-211-2/+2
* use a binary for hsc2hs-inplace tooSimon Marlow2007-06-211-22/+20
* Add missing quotes in generated scriptIan Lynagh2007-06-151-1/+1
* Fix a -- that somehow turned into a ----Ian Lynagh2007-06-011-1/+1
* Fix creation of hsc2hs-inplace.batIan Lynagh2007-06-011-1/+1
* Fix bindist creationIan Lynagh2007-06-011-0/+7
* Rework the build system a bitIan Lynagh2007-05-311-62/+40
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-091-4/+0
* Fix bat-script generation for MSyssimonpj@microsoft.com2007-04-181-1/+2
* Fixes for building the libraries with cabal on WindowsIan Lynagh2007-04-061-1/+10
* Use update-alternatives for handling generic tool namessven.panne@aedion.de2007-03-151-1/+1
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-061-1/+5
* remove generated files in a 'finally' mannersof@galois.com2006-09-091-4/+17
* remove __HUGS__ #if's (Hugs uses the standalone version)Ross Paterson2006-09-071-23/+5
* whitespace cleanup onlyRoss Paterson2006-08-181-28/+22
* Where we use $(GhcHcOpts), also add $(GhcStage1HcOpts)Simon Marlow2006-08-091-1/+1
* Complain more loudly if any of the hsc2hs phases failDuncan Coutts2006-07-031-23/+17
* Reorganisation of the source treeSimon Marlow2006-04-076-0/+1209