packages feed

XMLParser-0.1.0.6: src/Text/XMLParser.hs

{-# LANGUAGE NoMonomorphismRestriction #-}
{-# LANGUAGE FlexibleContexts #-} 

module Text.XMLParser (
  module Text.XMLParser.Util
 ,module Text.XMLParser.XMLParser
) where

import Text.XMLParser.Util
import Text.XMLParser.XMLParser