tagsoup 0.12.2 → 0.12.3
raw patch · 3 files changed
+3/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- Text/HTML/TagSoup.hs +1/−1
- Text/StringLike.hs +1/−1
- tagsoup.cabal +1/−1
Text/HTML/TagSoup.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances, PatternGuards #-}+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, PatternGuards #-} {-| This module is for working with HTML/XML. It deals with both well-formed XML and
Text/StringLike.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} -- | /WARNING/: This module is /not/ intended for use outside the TagSoup library. --
tagsoup.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.6 name: tagsoup-version: 0.12.2+version: 0.12.3 copyright: Neil Mitchell 2006-2011 author: Neil Mitchell <ndmitchell@gmail.com> maintainer: Neil Mitchell <ndmitchell@gmail.com>