packages feed

tagsoup 0.13.4 → 0.13.5

raw patch · 2 files changed

+4/−2 lines, 2 filesnew-component:exe:test-tagsoup

Files

CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for TagSoup +0.13.5+    #26, rename the test program to test-tagsoup 0.13.4     #24, add isTagComment function     Update the copyright year
tagsoup.cabal view
@@ -1,6 +1,6 @@ cabal-version:  >= 1.6 name:           tagsoup-version:        0.13.4+version:        0.13.5 copyright:      Neil Mitchell 2006-2015 author:         Neil Mitchell <ndmitchell@gmail.com> maintainer:     Neil Mitchell <ndmitchell@gmail.com>@@ -58,7 +58,7 @@         Text.HTML.TagSoup.Specification         Text.HTML.TagSoup.Type -executable tagsoup+executable test-tagsoup     if flag(testprog)         buildable: True         build-depends: