haskell / statistics

A fast, high quality library for computing with statistics in Haskell.
http://hackage.haskell.org/package/statistics
BSD 2-Clause "Simplified" License
300 stars 68 forks source link

Use parallel instead of monad-par #187

Closed phadej closed 2 years ago

phadej commented 2 years ago

The commit drops five packages:

-abstract-deque-0.3 lib
-abstract-par-0.3.3 lib
-cereal-0.5.8.2 lib
-monad-par-0.3.5 lib
-monad-par-extras-0.3.3 lib

(parallel is a dependency of monad-par).

So this seems to be a pure win. This also helps with mtl-2.3 compatibility in a short term. See https://github.com/ekmett/lens/issues/1007#issuecomment-1122703286

Shimuuar commented 2 years ago

LGTM. I'll recheck it make release tomorrow

Shimuuar commented 2 years ago

0.16.1.0 is on hackage.