diff --git a/Text/Parsec/Token.hs b/Text/Parsec/Token.hs
--- a/Text/Parsec/Token.hs
+++ b/Text/Parsec/Token.hs
@@ -38,7 +38,7 @@
 type LanguageDef st = GenLanguageDef String st Identity
 
 -- | The @GenLanguageDef@ type is a record that contains all parameterizable
--- features of the 'Text.Parsec.Token' module. The module 'Text.Parsec.Language'
+-- features of the "Text.Parsec.Token" module. The module "Text.Parsec.Language"
 -- contains some default definitions.
 
 data GenLanguageDef s u m
diff --git a/parsec.cabal b/parsec.cabal
--- a/parsec.cabal
+++ b/parsec.cabal
@@ -1,5 +1,5 @@
 name:		parsec
-version:	3.1.3
+version:	3.1.4
 cabal-version: >= 1.6
 license:	BSD3
 license-file:	LICENSE
@@ -25,7 +25,7 @@
 source-repository this
     type: darcs
     location: http://code.haskell.org/parsec3
-    tag: 3.1.3
+    tag: 3.1.4
 
 flag base4
     Description: Use base-4.*
@@ -63,6 +63,6 @@
     else
         build-depends: base >= 3.0.3 && < 4
         cpp-options: -DBASE3
-    build-depends: mtl, bytestring, text >= 0.2 && < 0.12
+    build-depends: mtl, bytestring, text >= 0.2 && < 1.1
     extensions:	ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
     ghc-options:	-O2
