Re: [PATCH] dph-prim-par: use Debug.Trace.traceEventIO instead of GHC.Exts.traceEvent

2012-02-05 Thread Ben Lippmeier
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

[PATCH] dph-prim-par: use Debug.Trace.traceEventIO instead of GHC.Exts.traceEvent

2012-02-05 Thread shelarcy
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#traceEven