Mon Jul 16 18:15:45 EDT 2007  Samuel Bronson <[EMAIL PROTECTED]>
  * Be more specific about monadic imports, for compatibility (especially 
6.6/6.6.1)
New patches:

[Be more specific about monadic imports, for compatibility (especially 6.6/6.6.1)
Samuel Bronson <[EMAIL PROTECTED]>**20070716221545] {
hunk ./Grin/NodeAnalyze.hs 9
-import Control.Monad.RWS
-import Control.Monad.Identity hiding(join)
+import Control.Monad(forM, forM_, when)
+import Control.Monad.RWS(MonadWriter(..), RWS(..))
+import Control.Monad.Identity(runIdentity)
}

Context:

[remove hiding(join) for ghc 6.6.1 compatability
John Meacham <[EMAIL PROTECTED]>**20070716024412] 
[add CFF, a generic chunked file format.
John Meacham <[EMAIL PROTECTED]>**20070716023901] 
[turn off some suspect grin simplifications until they can be investigated
John Meacham <[EMAIL PROTECTED]>**20070622005545] 
[add SHA1 routines hashToBytes and sha1Bytes to work on [Word8]
John Meacham <[EMAIL PROTECTED]>**20070629225635] 
[add 'emptyHash' to SHA1
John Meacham <[EMAIL PROTECTED]>**20070622005531] 
[add sha1Handle, which takes the hash of an already open file handle
John Meacham <[EMAIL PROTECTED]>**20070608214947] 
[fix System.Time, remove 'Read' instances for now as they tickle the optimizer in a bad way.
John Meacham <[EMAIL PROTECTED]>**20070608214922] 
[add selftest/ directory, add some tests to it and remove the old --selftest option from the main jhc executable
John Meacham <[EMAIL PROTECTED]>**20070608213739] 
[Add stdout and args checks for various test cases
John Meacham <[EMAIL PROTECTED]>**20070608184025] 
[Implement "foreign export"
Samuel Bronson <[EMAIL PROTECTED]>**20070714030050] 
[Document lookupCType/lookupCType'
Samuel Bronson <[EMAIL PROTECTED]>**20070713175731] 
[Make Foreign.StablePtr not depend on Prelude
Samuel Bronson <[EMAIL PROTECTED]>**20070710034349] 
[Allow empty import lists
Samuel Bronson <[EMAIL PROTECTED]>**20070710025532] 
[FFI test case: exercises import, export, and import dynamic
Samuel Bronson <[EMAIL PROTECTED]>**20070708042426] 
[Make "make ghci" an alias for "make i"
Samuel Bronson <[EMAIL PROTECTED]>**20070707181950] 
[Add "return" to the functions known to the compiler
Samuel Bronson <[EMAIL PROTECTED]>**20070706210123] 
[Line LetRecs up nicer
Samuel Bronson <[EMAIL PROTECTED]>**20070706194649] 
[Add foreign import "dynamic" support
Samuel Bronson <[EMAIL PROTECTED]>**20070703004722] 
[Remove depend.make on make clean
Samuel Bronson <[EMAIL PROTECTED]>**20070629195534] 
[TAG taiwrilrowd
John Meacham <[EMAIL PROTECTED]>**20070608182934] 
Patch bundle hash:
b5ab304a564026c51d04492c3f4415aeb8bce405
_______________________________________________
jhc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/jhc

Reply via email to