packages feed

board-games 0.4.0.1 → 0.4.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~QuickCheckdep ~randomPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, random

API changes (from Hackage documentation)

Files

board-games.cabal view
@@ -1,5 +1,5 @@ Name:             board-games-Version:          0.4.0.1+Version:          0.4.0.2 License:          GPL License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -44,7 +44,7 @@   location: http://code.haskell.org/~thielema/games/  Source-Repository this-  tag:      0.4.0.1+  tag:      0.4.0.2   type:     darcs   location: http://code.haskell.org/~thielema/games/ @@ -67,11 +67,11 @@     combinatorial >=0.1 && <0.2,     transformers >=0.2.2 && <0.7,     enummapset >=0.1 && <0.8,-    QuickCheck >2.0 && <3.0+    QuickCheck >=2 && <3   If flag(splitBase)     Build-Depends:       containers >=0.2 && <0.9,-      random >=1.0 && <1.4,+      random >=1 && <1.4,       array >=0.1 && <0.6,       base >= 2 && <5   Else