heap v1.0.0 Release Notes

    • 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