Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/06a962b383fa635957215fb6a6be95e9c78be260 >--------------------------------------------------------------- commit 06a962b383fa635957215fb6a6be95e9c78be260 Author: Ian Lynagh <i...@well-typed.com> Date: Sun Dec 16 21:30:26 2012 +0000 Remove some redundant parentheses >--------------------------------------------------------------- compiler/main/DynFlags.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index e314955..ee03c93 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -700,7 +700,7 @@ data DynFlags = DynFlags { interactivePrint :: Maybe String, - llvmVersion :: IORef (Int), + llvmVersion :: IORef Int, nextWrapperNum :: IORef Int } _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc