[commit: packages/process] master, wip/issue15: Replace obsolete `defaultUserHooks` by `autoconfUserHooks` (7b3ede7)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:45 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,wip/issue15
Link : http://ghc.haskell.org/trac/ghc/changeset/7b3ede7dbbb2de80b906c76f747d0b3196c4669a/process
>---------------------------------------------------------------
commit 7b3ede7dbbb2de80b906c76f747d0b3196c4669a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Sep 27 09:54:36 2014 +0200
Replace obsolete `defaultUserHooks` by `autoconfUserHooks`
>---------------------------------------------------------------
7b3ede7dbbb2de80b906c76f747d0b3196c4669a
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