megaparsec/Text/ParserCombinators/Parsec/Language.hs
2008-01-13 17:53:15 +00:00

20 lines
566 B
Haskell

-----------------------------------------------------------------------------
-- |
-- Module : Text.ParserCombinators.Parsec.Language
-- Copyright : (c) Paolo Martini 2007
-- License : BSD-style (see the LICENSE file)
--
-- Maintainer : paolo@nemail.it
-- Stability : provisional
-- Portability : portable
--
-- Parsec compatibility module
--
-----------------------------------------------------------------------------
module Text.ParserCombinators.Parsec.Language
( module Text.Parsec.Language
) where
import Text.Parsec.Language