packages feed

TypeClass 0.2.0 → 0.2.1

raw patch · 2 files changed

+5/−3 lines, 2 filesdep ~reactive-banana-sdl

Dependency ranges changed: reactive-banana-sdl

Files

README.md view
@@ -1,4 +1,6 @@ TypeClass ========= -Simple SDL based game in Haskell. This uses the reactive-banana-SDL library+Simple SDL based game in Haskell. This uses the reactive-banana-SDL library.++You just have to type the characters appearing on the screen!
TypeClass.cabal view
@@ -1,5 +1,5 @@ name:           TypeClass-version:        0.2.0+version:        0.2.1 cabal-version:  >= 1.6 build-type:     Simple author:         JP Moresmau@@ -25,7 +25,7 @@                    containers,                    filepath,                    reactive-banana,-                   reactive-banana-sdl >= 0.1.2,+                   reactive-banana-sdl >= 0.2.0,                    transformers >=0.3.0 && <0.4   includes: SDL.h