[commit: ghc] master: Replace obsolete `defaultUserHooks` by `autoconfUserHooks` (b3aa6e4)

git at git.haskell.org git at git.haskell.org
Sat Sep 27 08:08:51 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b3aa6e486d158a2a5afbc463f06ad6d04c47b7fe/ghc

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

commit b3aa6e486d158a2a5afbc463f06ad6d04c47b7fe
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 27 09:57:24 2014 +0200

    Replace obsolete `defaultUserHooks` by `autoconfUserHooks`
    
    This also updates a few submodules


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

b3aa6e486d158a2a5afbc463f06ad6d04c47b7fe
 libraries/base/Setup.hs | 2 +-
 libraries/directory     | 2 +-
 libraries/old-time      | 2 +-
 libraries/process       | 2 +-
 libraries/unix          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libraries/base/Setup.hs b/libraries/base/Setup.hs
index 7cf9bfd..54f57d6 100644
--- a/libraries/base/Setup.hs
+++ b/libraries/base/Setup.hs
@@ -3,4 +3,4 @@ module Main (main) where
 import Distribution.Simple
 
 main :: IO ()
-main = defaultMainWithHooks defaultUserHooks
+main = defaultMainWithHooks autoconfUserHooks
diff --git a/libraries/directory b/libraries/directory
index 3294737..bcb8c40 160000
--- a/libraries/directory
+++ b/libraries/directory
@@ -1 +1 @@
-Subproject commit 329473730c36827f06358e137b469c59b490aaa8
+Subproject commit bcb8c40b5e0a17030bcc085b46bf8718ea713107
diff --git a/libraries/old-time b/libraries/old-time
index 12b029f..539e4ec 160000
--- a/libraries/old-time
+++ b/libraries/old-time
@@ -1 +1 @@
-Subproject commit 12b029fb767c1e25860aacdf0286ba81fd4cbbf5
+Subproject commit 539e4ec39368177b83398f9a3cdf7f63814e883d
diff --git a/libraries/process b/libraries/process
index ec5df5c..7b3ede7 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit ec5df5c5752e1cfa02d13685d912a26809ce6c81
+Subproject commit 7b3ede7dbbb2de80b906c76f747d0b3196c4669a
diff --git a/libraries/unix b/libraries/unix
index 49dda44..c46a7fe 160000
--- a/libraries/unix
+++ b/libraries/unix
@@ -1 +1 @@
-Subproject commit 49dda44ebcc669751892e5b62b5230807947fa6e
+Subproject commit c46a7fecc212573cc7864a25a762e9e6849f7257



More information about the ghc-commits mailing list