diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-01-26 11:36:23 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-11-02 19:03:28 +0100 |
commit | c271e32eac65ee95ba1aacc72ed1b24b58ef17ad (patch) | |
tree | fc9ea34e09f44452b4e6328cbe665b30a3e40ee5 /testsuite/.gitignore | |
parent | c001bde73e38904ed161b0b61b240f99a3b6f48d (diff) | |
download | haskell-c271e32eac65ee95ba1aacc72ed1b24b58ef17ad.tar.gz |
Add GHC.Prim.oneShot
to allow the programer to explictitly set the oneShot flag. This helps
with #7994 and will be used in left folds. Also see
https://ghc.haskell.org/trac/ghc/wiki/OneShot
This commit touches libraries/base/GHC/Event/Manager.hs (which used to
have a local definition of the name oneShot) to avoid a shadowing error.
Differential Revision: https://phabricator.haskell.org/D392
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index ce5c2c266e..231897c101 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1368,6 +1368,7 @@ mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk /tests/safeHaskell/safeLanguage/SafeLang13 /tests/safeHaskell/safeLanguage/SafeLang15 /tests/safeHaskell/unsafeLibs/BadImport02 +/tests/simplCore/prog003/simplCore.oneShot /tests/simplCore/should_compile/T3055.simpl /tests/simplCore/should_compile/T4138.simpl /tests/simplCore/should_compile/T7702plugin/pkg.T7702/ |