Merge branch 'file-redirection-2' of https://github.com/atom-haskell/ghc-mod

This commit is contained in:
Daniel Gröber
2015-08-20 02:10:05 +02:00
2 changed files with 16 additions and 7 deletions

View File

@@ -277,7 +277,7 @@ CLI options:
* `--map-file "file1.hs=file2.hs"` can be used to tell
ghc-mod that it should take source code for `file1.hs` from `file2.hs`.
`file1.hs` can be either full path, or path relative to project root.
`file2.hs` has to be either relative to current directory,
`file2.hs` has to be either relative to project root,
or full path (preferred).
* `--map-file "file.hs"` can be used to tell ghc-mod that it should take
source code for `file.hs` from stdin. File end marker is `\EOT\n`,