[commit: packages/old-time] master: Replace obsolete `defaultUserHooks` by `autoconfUserHooks` (539e4ec)

git at git.haskell.org git at git.haskell.org
Sat Sep 27 07:56:49 UTC 2014


Repository : ssh://git@git.haskell.org/old-time

On branch  : master
Link       : http://git.haskell.org/packages/old-time.git/commitdiff/539e4ec39368177b83398f9a3cdf7f63814e883d

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

commit 539e4ec39368177b83398f9a3cdf7f63814e883d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 27 09:56:40 2014 +0200

    Replace obsolete `defaultUserHooks` by `autoconfUserHooks`


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

539e4ec39368177b83398f9a3cdf7f63814e883d
 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