Updated imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user