[commit: ghc] master: Fix validate failure. (1122f0d)
git at git.haskell.org
git at git.haskell.org
Thu Aug 29 07:15:28 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1122f0dc141f55a2dfcb4e95310d4a6a2bebe4ea/ghc
>---------------------------------------------------------------
commit 1122f0dc141f55a2dfcb4e95310d4a6a2bebe4ea
Author: Austin Seipp <aseipp at pobox.com>
Date: Wed Aug 28 20:16:46 2013 -0500
Fix validate failure.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
1122f0dc141f55a2dfcb4e95310d4a6a2bebe4ea
compiler/main/DriverPipeline.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs
index 9f279e0..8fc44ed 100644
--- a/compiler/main/DriverPipeline.hs
+++ b/compiler/main/DriverPipeline.hs
@@ -59,7 +59,7 @@ import System.Directory
import System.FilePath
import System.IO
import Control.Monad
-import Data.List ( isSuffixOf, isPrefixOf )
+import Data.List ( isSuffixOf )
import Data.Maybe
import System.Environment
import Data.Char
More information about the ghc-commits
mailing list