diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-03 03:55:58 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-03 03:55:58 +0200 |
commit | 6a88ca67103a839449021cd993172448a1b1878e (patch) | |
tree | 642cba731ee27b2200458b5cca2f53524c60a3d7 | |
parent | 2e90fc457bcefe944754d9f51027d2f889f5d866 (diff) |
Fix GHC 7.10 warnings
-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 |