Name: SoccerFun Version: 0.1 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE Author: Jan Rochel Maintainer: jan@rochel.info Stability: experimental Build-Type: Simple Synopsis: Haskell port of a football simulation framework for teaching functional programming Homepage: http://www.cs.ru.nl/~peter88/SoccerFun/SoccerFun.html Description: From the website: Soccer-Fun is an educational project to stimulate functional programming by thinking about, designing, implementing, running, and competing with the brains of football players! It is open for participation by everybody who likes to contribute. It is not restricted to a particular functional programming language. Category: Game, Education, AI Cabal-Version: >= 1.6 Extensions: UnicodeSyntax, NamedFieldPuns, Rank2Types, ExistentialQuantification Data-Files: template/Makefile template/*.hs Build-Depends: base >= 4 && < 4.3, base-unicode-symbols >= 0.2 && < 0.3, GLUT >= 2.2 && < 2.3, OpenGL >= 2.4 && < 2.5, random >= 1.0 && < 1.1, mtl >= 1.1 && < 1.2 Exposed-Modules: SoccerFun.UI.GL SoccerFun.Prelude SoccerFun.Ball SoccerFun.Types SoccerFun.Team SoccerFun.Random SoccerFun.Geometry SoccerFun.Field SoccerFun.Player Other-Modules: SoccerFun.MatchGame SoccerFun.MatchControl SoccerFun.Referee SoccerFun.Referee.Ivanov