packages feed

SoccerFun-0.3.5: SoccerFun.cabal

Name:           SoccerFun
Version:        0.3.5
Copyright:      (c) 2010, Jan Rochel
License:        BSD3
License-File:   LICENSE
Author:         Jan Rochel
Maintainer:     jan@rochel.info
Stability:      experimental
Build-Type:     Simple
Synopsis:       Football simulation framework for teaching functional programming
Homepage:       http://www.cs.ru.nl/~peter88/SoccerFun/SoccerFun.html
Description:
  This is a Haskell port of the the SoccerFun framework originally implemented in Clean. 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
Data-Files:     template/Makefile template/*.hs

Library
  Extensions:     UnicodeSyntax, NamedFieldPuns, Rank2Types, ExistentialQuantification, FlexibleInstances
  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.Ball
    SoccerFun.Types
    SoccerFun.Team
    SoccerFun.Geometry
    SoccerFun.Field
    SoccerFun.Player
    SoccerFun.RefereeAction
  Other-Modules:
    SoccerFun.MatchGame
    SoccerFun.MatchControl
    SoccerFun.Referee
    SoccerFun.Referee.Ivanov
    SoccerFun.Random
    SoccerFun.Prelude