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 building with ghc 7.8. #14

Closed erikd closed 8 years ago

erikd commented 8 years ago

Import Data.Traversable as needed. Builds and all tests pass with ghc-7.8.4 and ghc-7.10.2.

Closes: https://github.com/bttr/psqueues/issues/13

jaspervdj commented 8 years ago

Thanks!