haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Feature request: Enum, Bounded instances for Priority #13

Open mokus0 opened 11 years ago

mokus0 commented 11 years ago

This would enable listing priorities using [minBound .. maxBound :: Priority], which is a handy idiom for that sort of thing.