summaryrefslogtreecommitdiff
path: root/Build/EvilSplicer.hs
Commit message (Expand)AuthorAge
* update my email address and homepage urlJoey Hess2015-01-21
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* fix some mixed space+tab indentationJoey Hess2014-10-09
* fix buildJoey Hess2014-08-10
* make EvilSplicer re-box file-embed's ByteStringsJoey Hess2014-06-13
* better heuristic for what is a package-qualified symbolJoey Hess2014-05-27
* proper fix for "foo"# -- need MagicHash extensionJoey Hess2014-05-25
* typoJoey Hess2014-05-25
* put in hack for weird new problem with ghc's emitted splicesJoey Hess2014-05-25
* work around an EvilSplicer bugJoey Hess2014-05-10
* avoid another encoding crashJoey Hess2013-12-27
* -Wall cleanJoey Hess2013-12-27
* avoid EvilSplicer crashing on encoding problems, including LANG=C with utf-8 ...Joey Hess2013-12-19
* improve EvilSplicer robustnessJoey Hess2013-12-18
* use pure or return rather than (:[]) or \x -> [x]Joey Hess2013-11-06
* oopsJoey Hess2013-09-22
* one more EvilSplicer hack for the nightJoey Hess2013-09-22
* fix broken EvilSplicer changeJoey Hess2013-09-22
* improve lambdaparens hackJoey Hess2013-09-22
* another fine hackJoey Hess2013-09-22
* add a hack to get build working with new library buildJoey Hess2013-05-08
* EvilSplicer: fix handling of newlines in multiline stringsJoey Hess2013-05-02
* argh!! http://hackage.haskell.org/package/zerothJoey Hess2013-04-18
* avoid adding parens to lambdas in tuplesJoey Hess2013-04-18
* run lambda parenthesisation recursively inside the body of the lambdaJoey Hess2013-04-18
* fix lambda parenthesisationJoey Hess2013-04-18
* fix buildJoey Hess2013-04-18
* tighten search and replace slightlyJoey Hess2013-04-17
* argleJoey Hess2013-04-17
* minor cleanupJoey Hess2013-04-17
* very close now.. but still so farJoey Hess2013-04-17
* deal with GHC's broken layout of case expressions. ARGH why GHC WHY?!?!Joey Hess2013-04-17
* Splicer contines his evil ways (and Joey goes slowly insane)Joey Hess2013-04-16
* Evil Splicer only *thought* he was evil until this commit happened.Joey Hess2013-04-16
* need to mangle another symbolJoey Hess2013-04-16
* a few nasty hacks for yesodJoey Hess2013-04-16
* updateJoey Hess2013-04-15
* fix 2 splicing bugsJoey Hess2013-04-15
* handle multi-line QQJoey Hess2013-04-15
* only show files that are really changedJoey Hess2013-04-15
* hack around incorrect nested instance code generated by GHCJoey Hess2013-04-14
* better handling of declaration splicesJoey Hess2013-04-14
* fix inplace modeJoey Hess2013-04-14
* avoid updating a file if the old splice is the same as the newJoey Hess2013-04-14
* incremental android builds with the EvilSplicerJoey Hess2013-04-14
* better splice joiningJoey Hess2013-04-13
* work around ghc weirdnessJoey Hess2013-04-13
* fix a syntax problem with a splace that provides a parameter to a functionJoey Hess2013-04-13
* added symbol de-manglingJoey Hess2013-04-13