hxt-tagsoup 9.1.3.1 → 9.1.4
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~hxtdep ~hxt-charpropertiesdep ~hxt-unicode
Dependency ranges changed: hxt, hxt-charproperties, hxt-unicode, tagsoup
Files
- hxt-tagsoup.cabal +8/−8
hxt-tagsoup.cabal view
@@ -1,16 +1,16 @@ -- arch-tag: Haskell XML Toolbox main description file Name: hxt-tagsoup-Version: 9.1.3.1+Version: 9.1.4 Synopsis: TagSoup parser for HXT Description: The Tagsoup interface for the HXT lazy HTML parser.-License: MIT+License: OtherLicense License-file: LICENSE Author: Uwe Schmidt Maintainer: Uwe Schmidt <uwe@fh-wedel.de> Stability: Stable Category: XML Homepage: https://github.com/UweSchmidt/hxt-Copyright: Copyright (c) 2014 Uwe Schmidt+Copyright: Copyright (c) 2016 Uwe Schmidt Build-type: Simple Cabal-version: >=1.6 @@ -32,11 +32,11 @@ extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances CPP - build-depends: base >= 4 && < 5,- tagsoup >= 0.13 && < 0.15,- hxt-charproperties >= 9 && < 10,- hxt-unicode >= 9 && < 10,- hxt >= 9.1 && < 10+ build-depends: base >= 4 && < 5,+ tagsoup >= 0.13,+ hxt-charproperties >= 9,+ hxt-unicode >= 9,+ hxt >= 9.1 Source-Repository head Type: git Location: git://github.com/UweSchmidt/hxt.git