[commit: ghc] ghc-lwc2: Removing tabs from tabfree files (17ae893)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
t-sichan at microsoft.com
Sat Apr 27 04:23:07 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
https://github.com/ghc/ghc/commit/17ae8937a969e38927195d32b47cb889cdf60841
>---------------------------------------------------------------
commit 17ae8937a969e38927195d32b47cb889cdf60841
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Fri Apr 26 22:22:00 2013 -0400
Removing tabs from tabfree files
>---------------------------------------------------------------
libraries/base/GHC/Conc/IO.hs | 0
libraries/base/LwConc/Substrate.hs | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/LwConc/Substrate.hs b/libraries/base/LwConc/Substrate.hs
index 332aba0..d66d4e7 100644
--- a/libraries/base/LwConc/Substrate.hs
+++ b/libraries/base/LwConc/Substrate.hs
@@ -44,7 +44,7 @@ module LwConc.Substrate
, newPVar -- a -> PTM (PVar a)
, newPVarIO -- a -> IO (PVar a)
, readPVar -- PVar a -> PTM a
-, readPVarIO -- PVar a -> IO a
+, readPVarIO -- PVar a -> IO a
, writePVar -- PVar a -> a -> PTM ()
------------------------------------------------------------------------------
More information about the ghc-commits
mailing list