aboutsummaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-17 02:51:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-17 02:51:59 -0400
commita583e81ead88ca86e1cfeeff907b4d5bd9f0aff8 (patch)
tree068b72b75afb92dd74a300eba79ba269d143663f /Build
parent10e35c2a98cbc21163baf5f48bad2063a0bd6266 (diff)
minor cleanup
Diffstat (limited to 'Build')
-rw-r--r--Build/EvilSplicer.hs8
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.
-