packages feed

graphics-drawingcombinators 1.0.1 → 1.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

graphics-drawingcombinators.cabal view
@@ -4,7 +4,7 @@     have to go into the deep, dark world of imperative stateful     programming just to draw stuff.  It supports 2D only (for now),     with support drawing geometry, images, and text.-Version: 1.0.1+Version: 1.0.2 Stability: experimental Synopsis: A functional interface to 2D drawing in OpenGL License: BSD3@@ -13,6 +13,6 @@ Homepage: http://github.com/luqui/graphics-drawingcombinators Maintainer: lrpalmer@gmail.com Build-Type: Simple-Build-Depends: base <= 4, mtl, containers, SDL, SDL-ttf, SDL-image, OpenGL+Build-Depends: base >= 3 && <= 4.1, mtl, containers, SDL, SDL-ttf, SDL-image, OpenGL Exposed-Modules: Graphics.DrawingCombinators, Graphics.DrawingCombinators.Affine Extra-Source-Files: example.hs