diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 02:51:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 02:51:59 -0400 |
commit | a583e81ead88ca86e1cfeeff907b4d5bd9f0aff8 (patch) | |
tree | 068b72b75afb92dd74a300eba79ba269d143663f /Build/EvilSplicer.hs | |
parent | 10e35c2a98cbc21163baf5f48bad2063a0bd6266 (diff) |
minor cleanup
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r-- | Build/EvilSplicer.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index b717b5621..c7c6fedf2 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -389,14 +389,6 @@ mangleCode = declaration_parens - declarations. -} declaration_parens = replace "StaticR Route Static" "StaticR (Route Static)" - {- Outright hack: It should remove declaration splices, and does - - not, so here I remove the declaration splices used for yesod. - -} - remove_declaration_splices s - | "publicFiles" `isPrefixOf` s = "" - | "mkYesodData" `isPrefixOf` s = "" - | otherwise = s - {- GHC may add full package and version qualifications for - symbols from unimported modules. We don't want these. - |