lib: refactor
This commit is contained in:
parent
f1c5cce575
commit
20442196fb
@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
{-# LANGUAGE CPP, FlexibleContexts #-}
|
{-# LANGUAGE CPP, FlexibleContexts #-}
|
||||||
|
|
||||||
module Text.Megaparsec.Compat
|
module Text.Megaparsec.Compat (
|
||||||
(module Text.Megaparsec
|
module Text.Megaparsec
|
||||||
#if MIN_VERSION_megaparsec(6,0,0)
|
#if MIN_VERSION_megaparsec(6,0,0)
|
||||||
,module Text.Megaparsec.Char
|
,module Text.Megaparsec.Char
|
||||||
#endif
|
#endif
|
||||||
,MPErr
|
,MPErr
|
||||||
,mptext
|
,mptext
|
||||||
,mpMkPos
|
,mpMkPos
|
||||||
,mpUnPos
|
,mpUnPos
|
||||||
,mpMkParseError
|
,mpMkParseError
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
import qualified Data.Set as S
|
import qualified Data.Set as S
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user