wxFruit-0.1: wxFruit.cabal
name: wxFruit
version: 0.1
Cabal-Version: >= 1.2
License: BSD3
License-file: LICENSE
Author: Antony Courtney, Bart Robinson, Paul Hudak
homepage: http://zoo.cs.yale.edu/classes/cs490/03-04b/bartholomew.robinson/
category: Reactivity, FRP
synopsis: An implementation of Fruit using wxHaskell.
description:
This is an original version of wxFruit.
.
wxFruit isn't maintained by original authors, and Haskell.org. So, there is a few forked version of wxFruit now. One extension is shelarcy's YaPan ( http://sourceforge.net/project/showfiles.php?group_id=168626&package_id=199138 ). It added Menu and OpenGL support. And another one is Remi Turk's Juicy Fruit ( http://www.cs.uu.nl/wiki/pub/Afp0607/DomainSpecificLanguages/fruit.pdf ). So, I uploaded this original version first.
build-type: Simple
Flag splitBase
Description: Choose the new smaller, split-up base package.
Library
if flag(splitBase)
build-depends: base >= 3, old-time, wx, wxcore, Yampa >= 0.9.1 && < 0.9.2
else
build-depends: base < 3, wx, wxcore, Yampa >= 0.9.1 && < 0.9.2
Exposed-modules: WXFruit
Extensions: Arrows
Executable paddle
if flag(splitBase)
build-depends: base, wx, wxcore, Yampa >= 0.9.1 && < 0.9.2
else
build-depends: base, wx, wxcore, Yampa >= 0.9.1 && < 0.9.2
Main-is: paddle.hs
Extensions: Arrows