diff --git a/Text/Boomerang/Texts.hs b/Text/Boomerang/Texts.hs
--- a/Text/Boomerang/Texts.hs
+++ b/Text/Boomerang/Texts.hs
@@ -255,7 +255,7 @@
 isComplete :: [Text] -> Bool
 isComplete []   = True
 isComplete [t]  = Text.null t
-
+isComplete _    = False
 
 -- | run the parser
 --
diff --git a/boomerang.cabal b/boomerang.cabal
--- a/boomerang.cabal
+++ b/boomerang.cabal
@@ -1,10 +1,10 @@
 Name:             boomerang
-Version:          1.3.2
+Version:          1.3.3
 License:          BSD3
 License-File:     LICENSE
 Author:           jeremy@seereason.com
 Maintainer:       partners@seereason.com
-Bug-Reports:      http://bugzilla.seereason.com/
+Bug-Reports:      http://code.google.com/p/happstack/issues/list
 Category:         Parsing, Text
 Synopsis:         Library for invertible parsing and printing
 Description:      Specify a single unified grammar which can be used for parsing and pretty-printing
