On 05/02/2012, at 8:48 PM, shelarcy wrote:

> Hello,
> 
> GHC.Exts.traceEvent is deprecated, and Debug.Trace module export traceEventIO
> function in GHC 7.4.1, now.
> 
>  
> http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-4-1.html#id3017404
>  
> http://www.haskell.org/ghc/docs/7.4.1/html/libraries/base-4.5.0.0/src/GHC-Exts.html#traceEvent
> 
> But DPH 0.6.0.1 uses GHC.Exts.traceEvent for tracing.
> 
>  
> http://hackage.haskell.org/packages/archive/dph-prim-par/0.6.0.1/doc/html/src/Data-Array-Parallel-Unlifted-Distributed-Gang.html
> 
> Data\Array\Parallel\Unlifted\Distributed\Gang.hs:28:32:
>    Warning: In the use of `traceEvent'
>             (imported from GHC.Exts):
>             Deprecated: "Use Debug.Trace.traceEvent or 
> Debug.Trace.traceEventIO
> 
> So, I made patch to use Debug.Trace.traceEventIO in DPH.


Ok, I've changed it in my local repo. 

Thanks,
Ben.
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to