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. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/
0001-dph-prim-par-use-Debug.Trace.traceEventIO-instead-of.patch
Description: Binary data
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
