diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-21 22:10:39 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-21 22:10:39 +0100 |
commit | 1923a8a4ea3a1bcb55f194ff226359ea492b419a (patch) | |
tree | c396d745f80cbc899379bbe5dde48876537de0ec /src/Parser/Core.hs | |
parent | 0391dd6a6df19f57393c25c233b448f4bb3f6353 (diff) |
Update to support mtl-2.3
Diffstat (limited to 'src/Parser/Core.hs')
-rw-r--r-- | src/Parser/Core.hs | 2 |
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) |