mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-25 17:22:33 +03:00
Move Parsec.LazyByteString to Parsec.ByteString.Lazy
This commit is contained in:
parent
7b0ce9636a
commit
a9a57d3254
@ -16,7 +16,7 @@ module Text.Parsec
|
||||
, module Text.Parsec.Combinator
|
||||
, module Text.Parsec.String
|
||||
, module Text.Parsec.ByteString
|
||||
, module Text.Parsec.LazyByteString
|
||||
, module Text.Parsec.ByteString.Lazy
|
||||
, ParseError
|
||||
, errorPos
|
||||
, SourcePos
|
||||
@ -33,4 +33,4 @@ import Text.Parsec.Char
|
||||
import Text.Parsec.Combinator
|
||||
import Text.Parsec.String hiding ( Parser, GenParser, parseFromFile )
|
||||
import Text.Parsec.ByteString hiding ( Parser, GenParser, parseFromFile )
|
||||
import Text.Parsec.LazyByteString hiding ( Parser, GenParser, parseFromFile )
|
||||
import Text.Parsec.ByteString.Lazy hiding ( Parser, GenParser, parseFromFile )
|
||||
|
@ -1,6 +1,6 @@
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
-- Module : Text.Parsec.LazyByteString
|
||||
-- Module : Text.Parsec.ByteString.Lazy
|
||||
-- Copyright : (c) Paolo Martini 2007
|
||||
-- License : BSD-style (see the LICENSE file)
|
||||
--
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Text.Parsec.LazyByteString
|
||||
module Text.Parsec.ByteString.Lazy
|
||||
( Parser, GenParser, parseFromFile
|
||||
) where
|
||||
|
@ -18,7 +18,7 @@ exposed-modules:
|
||||
Text.Parsec,
|
||||
Text.Parsec.String,
|
||||
Text.Parsec.ByteString,
|
||||
Text.Parsec.LazyByteString,
|
||||
Text.Parsec.ByteString.Lazy,
|
||||
Text.Parsec.Pos,
|
||||
Text.Parsec.Error,
|
||||
Text.Parsec.Prim,
|
||||
|
Loading…
Reference in New Issue
Block a user