trifecta-0.41: Text/Trifecta.hs
-----------------------------------------------------------------------------
-- |
-- Module : Text.Trifecta
-- Copyright : (C) 2011 Edward Kmett,
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
-- Portability : non-portable
--
----------------------------------------------------------------------------
module Text.Trifecta
( module Text.Trifecta.Diagnostic
, module Text.Trifecta.Parser
, module Text.Trifecta.Rope
, module Text.Trifecta.Highlight
, module System.Console.Terminfo.PrettyPrint
) where
import Text.Trifecta.Diagnostic
import Text.Trifecta.Parser
import Text.Trifecta.Rope
import Text.Trifecta.Highlight
import System.Console.Terminfo.PrettyPrint