packages feed

planet-mitchell-0.0.0: src/Parser/Text.hs

module Parser.Text
  ( module Text.Megaparsec
  , module Text.Megaparsec.Char
  ) where

import Text.Megaparsec
import Text.Megaparsec.Char