File: SDL-gfx.cabal

package info (click to toggle)
haskell-sdl-gfx 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: haskell: 204; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Cabal-Version:      >= 1.6
Name:               SDL-gfx
Version:            0.6.0
Maintainer:         Lemmih (lemmih@gmail.com)
Author:             Lemmih (lemmih@gmail.com)
Copyright:          2004-2005, 2010, Lemmih
License-File:       LICENSE
License:            BSD3
Build-Type:         Custom
Category:           Foreign binding
Synopsis:           Binding to libSDL_gfx
Extra-Source-Files: SDL-gfx.buildinfo.in, config.mk.in, configure, includes/HsSDLConfig.h.in
Data-Files:         README, MACOSX

Library
  Build-Depends:    base >= 3 && < 5, SDL
  Extensions:       CPP, ForeignFunctionInterface, EmptyDataDecls
  Exposed-Modules:
    Graphics.UI.SDL.Rotozoomer,
    Graphics.UI.SDL.Primitives,
    Graphics.UI.SDL.Framerate
  Includes:         SDL.h SDL_framerate.h SDL_gfxPrimitives.h SDL_rotozoom.h


source-repository head
    type:     darcs
    location: http://mirror.seize.it/hsSDL/hssdl-gfx/