diff --git a/massiv.cabal b/massiv.cabal
--- a/massiv.cabal
+++ b/massiv.cabal
@@ -1,5 +1,5 @@
 name:                massiv
-version:             0.1.6.0
+version:             0.1.6.1
 synopsis:            Massiv (Массив) is an Array Library.
 description:         Multi-dimensional Arrays with fusion, stencils and parallel computation.
 homepage:            https://github.com/lehins/massiv
diff --git a/tests/Data/Massiv/Array/Ops/FoldSpec.hs b/tests/Data/Massiv/Array/Ops/FoldSpec.hs
--- a/tests/Data/Massiv/Array/Ops/FoldSpec.hs
+++ b/tests/Data/Massiv/Array/Ops/FoldSpec.hs
@@ -79,7 +79,7 @@
   it "Nested Parallel Fold" $ property prop_NestedFoldP
   it "FoldrOnP" $ property $ prop_FoldrOnP
   it "FoldlOnP" $ property $ prop_FoldlOnP
-  describe "Foldable Props" do
+  describe "Foldable Props" $ do
     it "Ix1" $ property $ foldOpsProp (Nothing :: Maybe Ix1)
     it "Ix2" $ property $ foldOpsProp (Nothing :: Maybe Ix2)
     it "Ix3" $ property $ foldOpsProp (Nothing :: Maybe Ix3)
