jaspervdj / psqueues

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

Tests fail on GHC 8 #15

Open ocharles opened 8 years ago

ocharles commented 8 years ago
tests/Data/PSQ/Class.hs:106:10: error:
    Malformed instance: forall k. Ord k => PSQ (OrdPSQ.OrdPSQ k)

tests/Data/PSQ/Class.hs:131:10: error:
    Malformed instance: forall k.
                        (Hashable k, Ord k) => PSQ (HashPSQ.HashPSQ k)