packages feed

minesweeper 0.9.1 → 0.9.2

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~basedep ~binarydep ~bytestring

Dependency ranges changed: base, binary, bytestring, containers, directory, filepath, time

Files

minesweeper.cabal view
@@ -1,5 +1,5 @@ name:                minesweeper-version:             0.9.1+version:             0.9.2 category:            Game synopsis:            Minesweeper game which is always solvable without guessing description:@@ -35,16 +35,16 @@     CPP    build-depends:-    base >= 3 && < 4.4,-    containers >= 0.3 && < 0.5,-    time >= 1.2 && < 1.3,+    base >= 3 && < 4.7,+    containers >= 0.3 && < 0.6,+    time >= 1.2 && < 1.5,     random >= 1.0 && < 1.1,  --    mersenne-random-pure64 == 0.2.*,-    directory >= 1.0 && < 1.2,-    filepath >= 1.1 && < 1.3,-    binary >= 0.5 && < 0.6,+    directory >= 1.0 && < 1.3,+    filepath >= 1.1 && < 1.4,+    binary >= 0.5 && < 0.7,     binary-generic >= 0.2 && < 0.3,-    bytestring >= 0.9 && < 0.10,+    bytestring >= 0.9 && < 0.11,     gtk >= 0.11 && < 0.13,     cairo >= 0.11 && < 0.13,     glade >= 0.11 && < 0.13