packages feed

bloxorz-0.1: bloxorz.cabal

Name:                bloxorz
Version:             0.1
Synopsis:	     OpenGL Logic Game
Description:	     Roll the block on the board to the end hole.
License:             GPL
Author:              Viktor Devecseri
Maintainer:	     Viktor Devecseri <devi86@gmail.com>
Category:            Game
Build-Type:          Simple
Cabal-Version:       >= 1.2
Tested-with:         GHC==6.8.2
Extra-Source-Files:  README, CHANGELOG, TODO, makefile
Data-Files:	     data/bg.tga, data/cube.tga, data/floor.tga

Executable bloxorz
  Executable:          bloxorz
  Main-is:             Main.hs
  Build-Depends:       base > 3 && < 4, OpenGL, GLFW
  Other-Modules:       Cubezor, Etc, Maps, Quaternion