lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Fix unused imports and other warnings #137

Closed pgujjula closed 4 months ago

pgujjula commented 4 months ago

This PR re-enables Wunused-imports and removes all unused imports.

We also use CPP to fix a few more warnings that only appear on some GHCs.