diff options
-rw-r--r-- | CabalHelper/Data.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Data.hs b/CabalHelper/Data.hs index a006d65..c43ec1d 100644 --- a/CabalHelper/Data.hs +++ b/CabalHelper/Data.hs @@ -26,6 +26,7 @@ import Language.Haskell.TH import System.FilePath import System.Directory import System.IO.Temp +import Prelude withHelperSources :: (FilePath -> IO a) -> IO a withHelperSources action = withSystemTempDirectory "cabal-helper" $ \dir -> do |