diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 15:24:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 15:24:39 -0400 |
commit | 92b7978cdaf74d6026c847ef83fb44d066e97531 (patch) | |
tree | 82041652a9f936e8f7b3198d04186b9edeade31a /Build/EvilLinker.hs | |
parent | a3bf5b49cf1f34ad6e82a9c40adac4d78b116513 (diff) |
more paths
Diffstat (limited to 'Build/EvilLinker.hs')
-rw-r--r-- | Build/EvilLinker.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index fab69e3c9..14d0c5fe5 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -104,6 +104,8 @@ escapeDosPaths = replace "Program Files" "Program\\ Files" . replace "Haskell Platform" "Haskell\\ Platform" . replace "haskell platform" "haskell\\ platform" . replace "Application Data" "Application\\ Data" + . replace "Files (x86)" "Files\\ (x86)" + . replace "files (x86)" "files\\ (x86)" restOfLine :: Parser String restOfLine = newline `after` many (noneOf "\n") |