aaargh
This commit is contained in:
parent
da644c65cf
commit
48b4650520
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue