Simon
Are you the maintainer of the 'parallel' library?
The core libraries wiki page says yes: 
https://wiki.haskell.org/Library_submissions#The_Core_Libraries
But parallel.cabal says "Maintainer: 
[email protected]<mailto:[email protected]>", which I thought we'd 
gotten rid of entirely.
I ask because some should fix this:

libraries/parallel/Control/Parallel/Strategies.hs:513:2: warning:

    Rule "parList/rseq" may never fire

      because 'rseq' might inline first

    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for 'rseq'

We need a pragma on 'rseq'.
Simon
_______________________________________________
ghc-devs mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to