lambdakazan / ostree

Order statistic tree in Haskell
Other
2 stars 2 forks source link

Update for new GHC #1

Closed Josef-Thorne-A closed 6 years ago

Josef-Thorne-A commented 6 years ago

This updates the package to use GHC 8.4.3, as well as Stack. It passes all tests.

gltronred commented 6 years ago

Thank you!

As you can see, this package was a bit abandoned. I think it is now possible to implement order statistic tree using Data.Map.Internal (it was not available when I wrote this package). I'm going to do this in the next version.

Anyway, I'll rerun benchmarks with GHC 8.4 and publish your changes on hackage by the end of week.