diff --git a/tagchup.cabal b/tagchup.cabal
--- a/tagchup.cabal
+++ b/tagchup.cabal
@@ -1,5 +1,5 @@
 Name:           tagchup
-Version:        0.4.1.1
+Version:        0.4.1.2
 License:        GPL
 License-File:   LICENSE
 Author:         Henning Thielemann <tagchup@henning-thielemann.de>
@@ -38,7 +38,7 @@
 Source-Repository this
    Type:     darcs
    Location: http://code.haskell.org/~thielema/tagchup/
-   Tag:      0.4.1.1
+   Tag:      0.4.1.2
 
 Flag buildExamples
    description: Build example executables
@@ -48,9 +48,9 @@
 Library
    Build-Depends:
       xml-basic >=0.1.2 && <0.2,
-      transformers >=0.2 && <0.6,
-      explicit-exception >=0.1 && <0.2,
-      bytestring >=0.9.0.1 && <0.11,
+      transformers >=0.2 && <0.7,
+      explicit-exception >=0.1 && <0.3,
+      bytestring >=0.9.0.1 && <0.12,
       containers >=0.1 && <0.7,
       non-empty >=0.2.1 && <0.4,
       data-accessor >=0.2 && <0.3,
@@ -104,6 +104,16 @@
      utility-ht,
      bytestring,
      base
+   Other-Modules:
+     Text.HTML.Tagchup.Character
+     Text.HTML.Tagchup.Parser
+     Text.HTML.Tagchup.Parser.Combinator
+     Text.HTML.Tagchup.Parser.Core
+     Text.HTML.Tagchup.Parser.Status
+     Text.HTML.Tagchup.Parser.Stream
+     Text.HTML.Tagchup.Parser.Tag
+     Text.HTML.Tagchup.PositionTag
+     Text.HTML.Tagchup.Tag
    Default-Language: Haskell98
 
 Executable validate-tagchup
