Updated imports
This commit is contained in:
parent
e72beb2076
commit
2a92e3e8b0
@ -1,7 +1,7 @@
|
||||
{-# LANGUAGE PatternSynonyms #-}
|
||||
|
||||
module Effects.Log (
|
||||
Severity (..),
|
||||
Severity (.., I, D, W, E),
|
||||
runLog,
|
||||
runLogWithQsem,
|
||||
stderrLogger,
|
||||
@ -9,10 +9,6 @@ module Effects.Log (
|
||||
addTime,
|
||||
Log,
|
||||
log,
|
||||
pattern I,
|
||||
pattern D,
|
||||
pattern W,
|
||||
pattern E,
|
||||
LogData (..),
|
||||
) where
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user