packages feed

minesweeper 0.8.8.3 → 0.8.8.4

raw patch · 2 files changed

+5/−5 lines, 2 files

Files

Data/PContainer.lhs view
@@ -10,12 +10,12 @@ Import List ----------- -#ifdef TEST+   #ifdef TEST -> import Test.LazySmallCheck hiding (empty)-> import Number.Peano+   > import Test.LazySmallCheck hiding (empty)+   > import Number.Peano -#endif+   #endif   import Control.Monad 
minesweeper.cabal view
@@ -1,5 +1,5 @@ name:                minesweeper-version:             0.8.8.3+version:             0.8.8.4 category:            Game synopsis:            Minesweeper game which is always solvable without guessing description: