diff --git a/CHANGES.txt b/CHANGES.txt
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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
diff --git a/tagsoup.cabal b/tagsoup.cabal
--- a/tagsoup.cabal
+++ b/tagsoup.cabal
@@ -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:
