From fefde116f3574d9e2f132efc8a0561decdda9a39 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 24 Jun 2015 11:25:43 +0200 Subject: Typo --- CabalHelper/Data.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CabalHelper/Data.hs b/CabalHelper/Data.hs index 2ab6ea5..a006d65 100644 --- a/CabalHelper/Data.hs +++ b/CabalHelper/Data.hs @@ -28,7 +28,7 @@ import System.Directory import System.IO.Temp withHelperSources :: (FilePath -> IO a) -> IO a -withHelperSources action = withSystemTempDirectory "caba-helper" $ \dir -> do +withHelperSources action = withSystemTempDirectory "cabal-helper" $ \dir -> do let chdir = dir "CabalHelper" createDirectory chdir forM_ sourceFiles $ \(fn, src) -> writeFile (chdir fn) src -- cgit v1.2.3