aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-03 03:55:58 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-03 03:55:58 +0200
commit6a88ca67103a839449021cd993172448a1b1878e (patch)
tree642cba731ee27b2200458b5cca2f53524c60a3d7 /CabalHelper
parent2e90fc457bcefe944754d9f51027d2f889f5d866 (diff)
Fix GHC 7.10 warnings
Diffstat (limited to 'CabalHelper')
-rw-r--r--CabalHelper/Data.hs1
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