lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

-Wall cleanliness: name shadowing and unused imports #3

Closed lspitzner closed 7 years ago

lspitzner commented 8 years ago

I disable these two warnings in the .cabal as the warnings are probably harmless. Should be fixed properly at some point.

thielema commented 7 years ago

Fixed by: https://github.com/lspitzner/pqueue/pull/10 https://github.com/lspitzner/pqueue/pull/9