This package provides the SDL gfx library bindings for the Haskell
programming language, compiled for profiling. SDL gfx is an extension
to the SDL library which provides basic antialiased drawing routines
such as lines, circles or polygons, an interpolating rotozoomer for SDL
surfaces, framerate control and MMX image filters.
This package contains Haskell bindings to libSDL_gfx >= 2.0.
Global installation:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install # as root
Local installation:
runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
runhaskell Setup.lhs build
runhaskell Setup.lhs install --user # not as root
haskell-sdl-gfx (0.6.0-3) unstable; urgency=low
* Sourceful upload to rebuild documentation package
-- Iain Lane <laney@debian.org> Mon, 27 Feb 2012 21:01:27 +0000
haskell-sdl-gfx (0.6.0-2) unstable; urgency=low
[ Marco Silva ]
* Use ghc instead of ghc6
-- Joachim Breitner <nomeata@debian.org> Tue, 24 May 2011 16:01:38 +0200
haskell-sdl-gfx (0.6.0-1) unstable; urgency=low
* New
more»