diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+2016-04-12 v0.3.0.5
+
+* Remove upper bound on pipes-transduce.
+
+pipes-transduce
+
 2016-04-05 v0.3.0.4
 
 * Bugfix: upper bound on pipes-transduce to fix a build error.
diff --git a/ghc-imported-from.cabal b/ghc-imported-from.cabal
--- a/ghc-imported-from.cabal
+++ b/ghc-imported-from.cabal
@@ -1,5 +1,5 @@
 name:                ghc-imported-from
-version:             0.3.0.4
+version:             0.3.0.5
 synopsis:            Find the Haddock documentation for a symbol.
 description:         Given a Haskell module and symbol, determine the URL to the Haddock documentation
                      for that symbol.
@@ -47,7 +47,7 @@
                  , hspec
                  , hspec-discover
                  , exceptions
-                 , pipes-transduce < 0.3.4.0
+                 , pipes-transduce
     if impl(ghc < 7.7)
       Build-Depends:  Cabal >= 1.10 && < 1.17
     else
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -6,5 +6,5 @@
 - conceit-0.4.0.0
 - pipes-text-0.0.1.0
 - process-streaming-0.9.1.0
-- pipes-transduce-0.3.3.0
+- pipes-transduce-0.3.4.0
 resolver: lts-5.11
