2008-01-13 20:53:15 +03:00
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
-- |
|
|
|
|
-- Module : Text.ParserCombinators.Parsec.Error
|
|
|
|
-- Copyright : (c) Paolo Martini 2007
|
|
|
|
-- License : BSD-style (see the LICENSE file)
|
|
|
|
--
|
2008-02-02 07:52:12 +03:00
|
|
|
-- Maintainer : derek.a.elkins@gmail.com
|
2008-01-13 20:53:15 +03:00
|
|
|
-- Stability : provisional
|
|
|
|
-- Portability : portable
|
|
|
|
--
|
|
|
|
-- Parsec compatibility module
|
|
|
|
--
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
module Text.ParserCombinators.Parsec.Error
|
|
|
|
( module Text.Parsec.Error
|
|
|
|
) where
|
|
|
|
|
|
|
|
import Text.Parsec.Error
|