B-Lang-org/bsc

Replace TmpNam.hs with temporary package

Open

#65 opened on Feb 15, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (1,108 stars) (178 forks)batch import
enhancementgood first issue

Description

TmpNam's file handling isn't secure, isn't atomic, isn't portable (it assumes /tmp exists), and doesn't obey $TMPDIR.

http://hackage.haskell.org/package/temporary

Contributor guide