packages feed

directory-layout-0.7.3.1: test/SpecHelper.hs

module SpecHelper where

import System.IO.Temp (withSystemTempDirectory)

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