From 6a88ca67103a839449021cd993172448a1b1878e Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 3 Aug 2015 03:55:58 +0200 Subject: Fix GHC 7.10 warnings --- CabalHelper/Data.hs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3