summaryrefslogtreecommitdiff
path: root/Build/EvilLinker.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-06 14:58:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-06 14:58:26 -0400
commit2dc991fea9df057cbc6f21fec812953b3d020db7 (patch)
treec9408d2027c1f0816ecab786b18daf05383b7f52 /Build/EvilLinker.hs
parent63c8fa18cf07e0b5e465861b104cc216bc8c6d01 (diff)
aaargh
Diffstat (limited to 'Build/EvilLinker.hs')
-rw-r--r--Build/EvilLinker.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs
index b81eb374a..71ed88824 100644
--- a/Build/EvilLinker.hs
+++ b/Build/EvilLinker.hs
@@ -101,6 +101,7 @@ escapeDosPaths = replace "Program Files" "Program\\ Files"
. replace "program files" "program\\ files"
. replace "Haskell Platform" "Haskell\\ Platform"
. replace "haskell platform" "haskell\\ platform"
+ . replace "Application Data" "Application\\ Data"
restOfLine :: Parser String
restOfLine = newline `after` many (noneOf "\n")