mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
lib: refactor
This commit is contained in:
parent
f1c5cce575
commit
20442196fb
@ -3,17 +3,17 @@
|
||||
|
||||
{-# LANGUAGE CPP, FlexibleContexts #-}
|
||||
|
||||
module Text.Megaparsec.Compat
|
||||
(module Text.Megaparsec
|
||||
module Text.Megaparsec.Compat (
|
||||
module Text.Megaparsec
|
||||
#if MIN_VERSION_megaparsec(6,0,0)
|
||||
,module Text.Megaparsec.Char
|
||||
,module Text.Megaparsec.Char
|
||||
#endif
|
||||
,MPErr
|
||||
,mptext
|
||||
,mpMkPos
|
||||
,mpUnPos
|
||||
,mpMkParseError
|
||||
)
|
||||
,MPErr
|
||||
,mptext
|
||||
,mpMkPos
|
||||
,mpUnPos
|
||||
,mpMkParseError
|
||||
)
|
||||
where
|
||||
|
||||
import qualified Data.Set as S
|
||||
|
Loading…
Reference in New Issue
Block a user