diff --git a/profunctors.cabal b/profunctors.cabal
--- a/profunctors.cabal
+++ b/profunctors.cabal
@@ -1,6 +1,6 @@
 name:          profunctors
 category:      Control, Categories
-version:       4.0.3
+version:       4.0.4
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -9,7 +9,7 @@
 stability:     experimental
 homepage:      http://github.com/ekmett/profunctors/
 bug-reports:   http://github.com/ekmett/profunctors/issues
-copyright:     Copyright (C) 2011-2013 Edward A. Kmett
+copyright:     Copyright (C) 2011-2014 Edward A. Kmett
 synopsis:      Profunctors
 description:   Profunctors
 build-type:    Simple
@@ -31,7 +31,7 @@
     comonad             >= 4     && < 5,
     semigroupoids       >= 4     && < 5,
     tagged              >= 0.4.4 && < 1,
-    transformers        >= 0.2   && < 0.4
+    transformers        >= 0.2   && < 0.5
 
   exposed-modules:
     Data.Profunctor
diff --git a/src/Data/Profunctor.hs b/src/Data/Profunctor.hs
--- a/src/Data/Profunctor.hs
+++ b/src/Data/Profunctor.hs
@@ -174,7 +174,7 @@
 -- Strong
 ------------------------------------------------------------------------------
 
--- | Generalizing upstar of a strong 'Functor'
+-- | Generalizing 'UpStar' of a strong 'Functor'
 --
 -- Minimal complete definition: 'first'' or 'second''
 --
