[commit: ghc] wip/nfs-locking: Reexport module Data.Function from Base.hs. (7ad9848)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:48:44 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/7ad9848f719e76bb194719984bbf78a926634fe9/ghc

>---------------------------------------------------------------

commit 7ad9848f719e76bb194719984bbf78a926634fe9
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 11 03:26:13 2015 +0000

    Reexport module Data.Function from Base.hs.


>---------------------------------------------------------------

7ad9848f719e76bb194719984bbf78a926634fe9
 src/Base.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Base.hs b/src/Base.hs
index ffb2bbb..38790e6 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -4,6 +4,7 @@ module Base (
     module Development.Shake,
     module Development.Shake.FilePath,
     module Control.Applicative,
+    module Data.Function,
     module Data.Monoid,
     module Data.List,
     Stage (..),
@@ -17,6 +18,7 @@ module Base (
 import Development.Shake
 import Development.Shake.FilePath
 import Control.Applicative hiding ((*>))
+import Data.Function
 import Data.Monoid
 import Data.List
 



More information about the ghc-commits mailing list