diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:58:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:58:26 -0400 |
commit | 2dc991fea9df057cbc6f21fec812953b3d020db7 (patch) | |
tree | c9408d2027c1f0816ecab786b18daf05383b7f52 | |
parent | 63c8fa18cf07e0b5e465861b104cc216bc8c6d01 (diff) |
aaargh
-rw-r--r-- | Build/EvilLinker.hs | 1 |
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") |