diff --git a/Data/Array/Repa/Operators/IndexSpace.hs b/Data/Array/Repa/Operators/IndexSpace.hs
--- a/Data/Array/Repa/Operators/IndexSpace.hs
+++ b/Data/Array/Repa/Operators/IndexSpace.hs
@@ -93,7 +93,6 @@
 
 
 -- | Backwards permutation of an array's elements.
---	The result array has the same extent as the original.
 backpermute, unsafeBackpermute
 	:: forall r sh1 sh2 e
         .  ( Shape sh1, Shape sh2
diff --git a/repa.cabal b/repa.cabal
--- a/repa.cabal
+++ b/repa.cabal
@@ -1,5 +1,5 @@
 Name:                repa
-Version:             3.2.2.1
+Version:             3.2.2.2
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
