diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+concurrent-output (1.7.6) unstable; urgency=medium
+
+  * Update transformers dep to allow 0.5.
+
+ -- Joey Hess <id@joeyh.name>  Mon, 02 May 2016 08:01:20 -0400
+
 concurrent-output (1.7.5) unstable; urgency=medium
 
   * createProcessConcurrent and System.Process.Concurrent are
diff --git a/System/Process/Concurrent.hs b/System/Process/Concurrent.hs
--- a/System/Process/Concurrent.hs
+++ b/System/Process/Concurrent.hs
@@ -19,8 +19,6 @@
 -- You should use the waitForProcess in this module on the resulting
 -- ProcessHandle. Using System.Process.waitForProcess instead can have
 -- mildly unexpected results.
---
--- Not available on Windows.
 createProcess :: CreateProcess -> IO (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle)
 createProcess p = do
 	(i, o, e, ConcurrentProcessHandle h) <- createProcessConcurrent p
diff --git a/concurrent-output.cabal b/concurrent-output.cabal
--- a/concurrent-output.cabal
+++ b/concurrent-output.cabal
@@ -1,5 +1,5 @@
 Name: concurrent-output
-Version: 1.7.5
+Version: 1.7.6
 Cabal-Version: >= 1.8
 License: BSD2
 Maintainer: Joey Hess <id@joeyh.name>
@@ -36,7 +36,7 @@
     , stm (>= 2.0 && < 2.5)
     , process (>= 1.1.0 && < 1.5.0)
     , directory (>= 1.2.0 && < 1.3.0)
-    , transformers (>= 0.3.0 && < 0.5.0)
+    , transformers (>= 0.3.0 && < 0.6.0)
     , exceptions (>= 0.6.0 && < 0.9.0)
     , ansi-terminal (>= 0.6.0 && < 0.7.0)
     , terminal-size (>= 0.3.0 && < 0.4.0)
