summaryrefslogtreecommitdiff
path: root/src/Parser/Core.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-02-21 22:10:39 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-02-21 22:10:39 +0100
commit1923a8a4ea3a1bcb55f194ff226359ea492b419a (patch)
treec396d745f80cbc899379bbe5dde48876537de0ec /src/Parser/Core.hs
parent0391dd6a6df19f57393c25c233b448f4bb3f6353 (diff)
Update to support mtl-2.3
Diffstat (limited to 'src/Parser/Core.hs')
-rw-r--r--src/Parser/Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parser/Core.hs b/src/Parser/Core.hs
index 1bbdd8f..da93905 100644
--- a/src/Parser/Core.hs
+++ b/src/Parser/Core.hs
@@ -1,6 +1,6 @@
module Parser.Core where
-import Control.Monad.Identity
+import Control.Monad
import Control.Monad.State
import Data.Text (Text)