diff options
author | Lysxia <lysxia@gmail.com> | 2019-10-08 19:36:54 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-16 23:52:42 -0400 |
commit | 818b3c38e7548f4720815f76969238d82c9650f7 (patch) | |
tree | 33de52880f155173aed8e43cde30fed936146a71 /libraries/base/tests/.gitignore | |
parent | cfcc3c9a1f2e4e33bed4c40767f8e7971e331c15 (diff) | |
download | haskell-818b3c38e7548f4720815f76969238d82c9650f7.tar.gz |
base: add strict IO functions: readFile', getContents', hGetContents'
Diffstat (limited to 'libraries/base/tests/.gitignore')
-rw-r--r-- | libraries/base/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/tests/.gitignore b/libraries/base/tests/.gitignore index 32b9d10188..9851140c53 100644 --- a/libraries/base/tests/.gitignore +++ b/libraries/base/tests/.gitignore @@ -122,6 +122,7 @@ /IO/hFlush001.out /IO/hGetBuf001 /IO/hGetBuffering001 +/IO/hGetContentsS001 /IO/hGetChar001 /IO/hGetLine001 /IO/hGetLine002 |