diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-18 20:10:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-18 20:10:31 -0400 |
commit | dffdbf22758b8e4c90b9447f7aa94478a2318a86 (patch) | |
tree | 5406a252be18bb93a80b2b5e52c060e014321bf6 /Build | |
parent | d7d2a8eba9c306e2bf4bbe4067a6f81cd428c8f2 (diff) |
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilSplicer.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index a43a971fd..b7ea0b72e 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -1,5 +1,8 @@ {- Expands template haskell splices - + - You should probably just use http://hackage.haskell.org/package/zeroth + - instead. I wish I had known about it before writing this. + - - First, the code must be built with a ghc that supports TH, - and the splices dumped to a log. For example: - cabal build --ghc-options=-ddump-splices 2>&1 | tee log |