aboutsummaryrefslogtreecommitdiff
path: root/src/Language/SimpleShell/Parser/Name.hs
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2025-05-21 11:51:00 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2025-05-21 12:03:00 +0200
commitf88d78d60bad406ce775d29ec5891d8c46974119 (patch)
tree90a4421cbcb932490f5ebc84f37de49abdba37d3 /src/Language/SimpleShell/Parser/Name.hs
parent0d0c9a61291b0fe0b9f49bdc91955ab797593fd9 (diff)
Rename auxiliary parser modules
Diffstat (limited to 'src/Language/SimpleShell/Parser/Name.hs')
-rw-r--r--src/Language/SimpleShell/Parser/Name.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Language/SimpleShell/Parser/Name.hs b/src/Language/SimpleShell/Parser/Name.hs
index 2691a36..235a9fb 100644
--- a/src/Language/SimpleShell/Parser/Name.hs
+++ b/src/Language/SimpleShell/Parser/Name.hs
@@ -7,7 +7,7 @@ module Language.SimpleShell.Parser.Name
where
-import Language.SimpleShell.Parser (lexeme)
+import Language.SimpleShell.Parser.Common.Lexeme (lexeme)
import Control.Monad (void)
import Data.Text (Text, cons)