All Versions
3
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.0.3 Changes

    • declared needed Semigroup instance for HeapT's Monoid instance
    • adapted to QuickCheck 2.10
  • v1.0.1 Changes

    • โšก๏ธ updated imports for GHC 7.10 (thanks to Michael Baikov for the patch)
  • v1.0.0 Changes

    • set Data.Heap.Item to Trustworthy to enable usage of Data.Heap in Safe Haskell (trustworthy is required due to rewrite rules)
    • ๐Ÿ”„ changed the INLINE pragma for splitF to INLINE[1] (GHC warned about the rule possible not firing)
    • ๐Ÿ›  fixed QuickCheck tests to work with QuickCheck > 2.2