diff options
author | chessai <chessai1996@gmail.com> | 2018-10-02 14:46:08 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-10-02 16:00:19 +0200 |
commit | abfb91fb0ea27eb618f297b1d3ba60cfa021afe0 (patch) | |
tree | f35b012fb723e44c015a97c69c128019755fd580 /.gitignore | |
parent | caffff1238097821cd2879f7285010a6565afd52 (diff) | |
download | haskell-abfb91fb0ea27eb618f297b1d3ba60cfa021afe0.tar.gz |
resolve T13704
Summary: allow -main-is to change export list for default module
header, allowing one to change the entry point to one's program.
Test Plan: ./validate
Reviewers: bgamari, nomeata, mpickering
Reviewed By: mpickering
Subscribers: mpickering, rwbarton, carter
GHC Trac Issues: #13704
Differential Revision: https://phabricator.haskell.org/D5189
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c72d044473..83fa7ececb 100644 --- a/.gitignore +++ b/.gitignore @@ -208,4 +208,10 @@ GIT_COMMIT_ID # ----------------------------------------------------------------------------- # Output of ghc-in-ghci -/.ghci-objects/
\ No newline at end of file +/.ghci-objects/ + +# ----------------------------------------------------------------------------- +# ghc.nix +ghc.nix/ + + |