diff --git a/System/USB/Safe.hs b/System/USB/Safe.hs
--- a/System/USB/Safe.hs
+++ b/System/USB/Safe.hs
@@ -68,14 +68,8 @@
 
       {-|
       Note that this module re-exports the @Control.Monad.Trans.Region@ module
-      from the @regions@ package which allows you to:
-
-      * Run regions using 'runRegionT'.
-
-      * Concurrently run /top-level/ regions inside another region using
-        'forkIOTopRegion'.
-
-       * Duplicate a 'RegionalDeviceHandle' to a parent region using 'dup'.
+      from the @regions@ package which allows you to run regions using 'runRegionT'
+      and duplicate a 'RegionalDeviceHandle' to a parent region using 'dup'.
       -}
       module Control.Monad.Trans.Region
 
diff --git a/usb-safe.cabal b/usb-safe.cabal
--- a/usb-safe.cabal
+++ b/usb-safe.cabal
@@ -1,5 +1,5 @@
 name:          usb-safe
-version:       0.11
+version:       0.11.0.1
 cabal-version: >=1.6
 build-type:    Custom
 license:       BSD3
@@ -73,7 +73,7 @@
                , base-unicode-symbols      >= 0.1.1 && < 0.3
                , usb                       >= 0.5   && < 0.7
                , usb-enumerator            >= 0.2   && < 0.3
-               , iteratee                  >= 0.3.5 && < 0.6
+               , iteratee                  >= 0.3.5 && < 0.7
                , bytestring                >= 0.9   && < 0.10
                , regions                   >= 0.8   && < 0.9
                , transformers              >= 0.2   && < 0.3
