From: Andre P. <at...@us...> - 2005-03-31 16:38:25
|
Update of /cvsroot/hoc/hoc/Samples/Editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23694/Samples/Editor Modified Files: HaskellDocument.hs Log Message: More GHC 6.4 compilation fixes Index: HaskellDocument.hs =================================================================== RCS file: /cvsroot/hoc/hoc/Samples/Editor/HaskellDocument.hs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- HaskellDocument.hs 3 Nov 2003 21:29:46 -0000 1.1 +++ HaskellDocument.hs 31 Mar 2005 16:37:58 -0000 1.2 @@ -5,9 +5,7 @@ import Cocoa import Foundation.NSAttributedString (string) -import Control.Monad(when) - --- import Selectors +import Control.Monad (when) $(declareClass "HaskellDocument" "NSDocument") @@ -40,3 +38,4 @@ case mbStr of Just str -> tv # textStorage >>= mutableString >>= setString str Nothing -> return () + |