SoccerFun 0.4.3 → 0.4.4
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~derivedep ~mtl
Dependency ranges changed: derive, mtl
Files
- SoccerFun.cabal +4/−4
SoccerFun.cabal view
@@ -1,11 +1,11 @@ Name: SoccerFun-Version: 0.4.3+Version: 0.4.4 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE Author: Jan Rochel Maintainer: jan@rochel.info-Stability: experimental+Stability: beta Build-Type: Simple Synopsis: Football simulation framework for teaching functional programming Homepage: http://www.cs.ru.nl/~peter88/SoccerFun/SoccerFun.html@@ -29,8 +29,8 @@ base >= 4 && < 4.3, base-unicode-symbols >= 0.2 && < 0.3, random >= 1.0 && < 1.1,- mtl >= 1.1 && < 1.2,- derive >= 2.3 && < 2.4,+ mtl >= 1.1 && < 2.1,+ derive >= 2.4 && < 2.5, binary >= 0.5 && < 0.6, plugins >= 1.5 && < 1.6, process >= 1.0 && < 1.1,