diff --git a/comfort-array.cabal b/comfort-array.cabal
--- a/comfort-array.cabal
+++ b/comfort-array.cabal
@@ -1,5 +1,5 @@
 Name:             comfort-array
-Version:          0.5.4
+Version:          0.5.4.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -97,7 +97,7 @@
   test-module.list
 
 Source-Repository this
-  Tag:         0.5.4
+  Tag:         0.5.4.1
   Type:        darcs
   Location:    https://hub.darcs.net/thielema/comfort-array/
 
diff --git a/src/Data/Array/Comfort/Boxed.hs b/src/Data/Array/Comfort/Boxed.hs
--- a/src/Data/Array/Comfort/Boxed.hs
+++ b/src/Data/Array/Comfort/Boxed.hs
@@ -204,6 +204,7 @@
    Shape.size shape > 0   QC.==>
    QC.forAll (QC.elements $ Shape.indices shape) $ \(ix0,ix1) ->
       Array.pick xs ix0 ! ix1 == xs!(ix0,ix1)
+:}
 -}
 pick ::
    (Shape.Indexed sh0, Shape.C sh1) =>
