hback-0.0.3: hback.cabal
Name: hback
Version: 0.0.3
Build-type: Simple
cabal-version: >= 1.2
License: BSD3
License-file: LICENSE
Author: Norbert Wojtowicz <wojtowicz.norbert@gmail.com>
Maintainer: Norbert Wojtowicz <wojtowicz.norbert@gmail.com>
Category: Game
Synopsis: N-back memory game
Description: N-back memory game using gtk2hs.
.
Instructions on installation and gameplay available at:
<http://hback.googlecode.com/>
Homepage: http://hback.googlecode.com/
Extra-Source-Files: README.txt,
Makefile
Data-Files: hback.glade,
sounds/c.wav,
sounds/h.wav,
sounds/k.wav,
sounds/l.wav,
sounds/q.wav,
sounds/r.wav,
sounds/s.wav,
sounds/t.wav
flag small_base
description: Choose the new smaller, split-up base package.
executable hback
Main-is: hback.hs
if flag(small_base)
build-depends: base >= 3, unix, time
else
build-depends: base < 3
build-depends: haskell98, process, filepath, glade, gtk, cairo, svgcairo