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

Add async-2.2.2 as an extra-dep to stack.yaml #158

Closed intricate closed 4 years ago

intricate commented 4 years ago

async-2.2.2 isn't resolvable with lts-12.12 (but rather, async-2.2.1 is).

To remedy this, I've added async-2.2.2 to the extra-deps in stack.yaml.

Shimuuar commented 4 years ago

Thanks! Merged