diff --git a/System/Random/Instances.hs b/System/Random/Instances.hs
--- a/System/Random/Instances.hs
+++ b/System/Random/Instances.hs
@@ -7,7 +7,7 @@
 -------------------------------
 
 instance Eq StdGen where 
-    _ == _ = error "Eq StdGen instance not defined"
+    _ == _ = True -- error "Eq StdGen instance not defined"
 
 instance Ord StdGen where 
     _ < _ = error "Ord StdGen instance not defined"
diff --git a/minesweeper.cabal b/minesweeper.cabal
--- a/minesweeper.cabal
+++ b/minesweeper.cabal
@@ -1,5 +1,5 @@
 name:                minesweeper
-version:             0.8.8
+version:             0.8.8.1
 category:            Game
 synopsis:            Minesweeper game which is always solvable without guessing
 description:         
