[commit: ghc] wip/nfs-locking: Refactor imports. (c5f7958)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:46:36 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/c5f79581110633e6aeb8f8bb13bcd6fa3e187f05/ghc
>---------------------------------------------------------------
commit c5f79581110633e6aeb8f8bb13bcd6fa3e187f05
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 1 22:29:39 2015 +0000
Refactor imports.
>---------------------------------------------------------------
c5f79581110633e6aeb8f8bb13bcd6fa3e187f05
src/Base.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Base.hs b/src/Base.hs
index a0f4303..29c1340 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -12,9 +12,9 @@ module Base (
filterOut
) where
-import Development.Shake hiding ((*>))
+import Development.Shake
import Development.Shake.FilePath
-import Control.Applicative
+import Control.Applicative hiding ((*>))
import Data.Monoid
import Data.List
More information about the ghc-commits
mailing list