[commit: packages/unix] master, safe710fixes, safe710fixes-again, safefixes710again: Replace obsolete `defaultUserHooks` by `autoconfUserHooks` (c46a7fe)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 15:50:11 UTC 2015


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

On branches: master,safe710fixes,safe710fixes-again,safefixes710again
Link       : http://ghc.haskell.org/trac/ghc/changeset/c46a7fecc212573cc7864a25a762e9e6849f7257/unix

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

commit c46a7fecc212573cc7864a25a762e9e6849f7257
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 27 09:52:28 2014 +0200

    Replace obsolete `defaultUserHooks` by `autoconfUserHooks`


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

c46a7fecc212573cc7864a25a762e9e6849f7257
 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