packages feed

directory-layout-0.7.0.0: test/SpecHelper.hs

module SpecHelper where

import System.IO.Temp (withSystemTempDirectory)

temporary :: (FilePath -> IO a) -> IO a
temporary = withSystemTempDirectory "directory-layout-XXXXXX"