[commit: packages/directory] master: Fix unused import of fromMaybe (2157f57)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 06:57:56 UTC 2016
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2157f57972eb8cf37c024e255cce6e1c3af948b8/directory
>---------------------------------------------------------------
commit 2157f57972eb8cf37c024e255cce6e1c3af948b8
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Mon Apr 18 08:25:37 2016 -0400
Fix unused import of fromMaybe
>---------------------------------------------------------------
2157f57972eb8cf37c024e255cce6e1c3af948b8
System/Directory.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/System/Directory.hs b/System/Directory.hs
index 0e08f5f..ba09247 100644
--- a/System/Directory.hs
+++ b/System/Directory.hs
@@ -19,6 +19,7 @@
--
-----------------------------------------------------------------------------
+#include <HsDirectoryConfig.h>
module System.Directory
(
-- $intro
@@ -153,7 +154,6 @@ import System.Environment ( getEnv )
import qualified System.Posix as Posix
#endif
-#include <HsDirectoryConfig.h>
#ifdef HAVE_UTIMENSAT
import Foreign.C (throwErrnoPathIfMinus1_)
import System.Posix.Internals ( withFilePath )
More information about the ghc-commits
mailing list