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: libraries@haskell.org”, 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