packages feed

snake-game 1.0 → 1.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep −GLUTdep ~base

Dependencies removed: GLUT

Dependency ranges changed: base

Files

README.txt view
@@ -1,6 +1,6 @@ ** How To install : -1) go to the extracted directory "snake-game-1.0"+1) go to the extracted directory "snake-game-1.1"  2) on terminal , fire the following commands :       $ sudo runhaskell Setup.hs configure
snake-game.cabal view
@@ -10,7 +10,7 @@   Ofcourse, since snake is blind, player have to help the snake in providing proper directions so that snake will eat maximum boxes.    The games finishes when Snake swallows itself(i.e. when player gives wrong directions to the snake). -version: 1.0+version: 1.1 license: BSD3 license-file: LICENSE maintainer: Akash Fulchand Jagdhane <akashjagdhane@gmail.com>@@ -19,7 +19,7 @@ category: Game extra-source-files: README.txt library-  build-depends: base >=2 && < 4, GLUT, OpenGL , random +  build-depends: base >=2 && < 5, OpenGL , random    exposed-modules:     SnakeGame.Game     SnakeGame.Idle