parsec-class-1.0.0.0: src/Text/Parsec/Class/Orphans.hs
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Text.Parsec.Class.Orphans where
import Control.Exception
import Text.Parsec.Error
instance Exception ParseError
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Text.Parsec.Class.Orphans where
import Control.Exception
import Text.Parsec.Error
instance Exception ParseError