packages feed

minesweeper 0.8.8 → 0.8.8.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

System/Random/Instances.hs view
@@ -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"
minesweeper.cabal view
@@ -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: