jaspervdj / psqueues

Priority Search Queues in three different flavors for Haskell
https://hackage.haskell.org/package/psqueues
Other
64 stars 24 forks source link

Fix compilation of benchmarks #17

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 8 years ago

Currently, the benchmarks fail to build when obtained from Hackage, since the tarball does not include the modules on which Main.hs depends. This PR explicitly adds them to the .cabal file to fix this.

See also https://github.com/fpco/stackage/issues/1372#issuecomment-213020065

jaspervdj commented 8 years ago

Thanks!

jaspervdj commented 8 years ago

Pushed to hackage as psqueues-0.2.2.1.