Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/83ad6f18df15ef39602fe33f57afc0c41817e66c >--------------------------------------------------------------- commit 83ad6f18df15ef39602fe33f57afc0c41817e66c Author: Ian Lynagh <[email protected]> Date: Thu Jul 7 02:13:04 2011 +0100 Fix a copy-and-paste-o >--------------------------------------------------------------- GHC/Foreign.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GHC/Foreign.hs b/GHC/Foreign.hs index 12d7888..904a819 100644 --- a/GHC/Foreign.hs +++ b/GHC/Foreign.hs @@ -3,7 +3,7 @@ ----------------------------------------------------------------------------- -- | --- Module : GHC.IO.Encoding +-- Module : GHC.Foreign -- Copyright : (c) The University of Glasgow, 2008-2011 -- License : see libraries/base/LICENSE -- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
