hxt-tagsoup 9.1.0 → 9.1.1
raw patch · 1 files changed
+1/−2 lines, 1 filesdep −haskell98PVP ok
version bump matches the API change (PVP)
Dependencies removed: haskell98
API changes (from Hackage documentation)
Files
- hxt-tagsoup.cabal +1/−2
hxt-tagsoup.cabal view
@@ -1,6 +1,6 @@ -- arch-tag: Haskell XML Toolbox main description file Name: hxt-tagsoup-Version: 9.1.0+Version: 9.1.1 Synopsis: TagSoup parser for HXT Description: The Tagsoup interface for the HXT lazy HTML parser. License: OtherLicense@@ -33,7 +33,6 @@ extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances build-depends: base >= 4 && < 5,- haskell98 >= 1 && < 2, tagsoup >= 0.10 && < 0.13, hxt-charproperties >= 9 && < 10, hxt-unicode >= 9 && < 10,