[commit: packages/directory] improve-tests, improve-tests-for-real, master, tmp: Replace obsolete `defaultUserHooks` by `autoconfUserHooks` (bcb8c40)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:33 UTC 2015


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

On branches: improve-tests,improve-tests-for-real,master,tmp
Link       : http://ghc.haskell.org/trac/ghc/changeset/bcb8c40b5e0a17030bcc085b46bf8718ea713107/directory

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

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

    Replace obsolete `defaultUserHooks` by `autoconfUserHooks`


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

bcb8c40b5e0a17030bcc085b46bf8718ea713107
 Setup.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Setup.hs b/Setup.hs
index 7cf9bfd..54f57d6 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -3,4 +3,4 @@ module Main (main) where
 import Distribution.Simple
 
 main :: IO ()
-main = defaultMainWithHooks defaultUserHooks
+main = defaultMainWithHooks autoconfUserHooks



More information about the ghc-commits mailing list