File: SDL-gfx.cabal

package info (click to toggle)
haskell-sdl-gfx 0.7.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 224 kB
  • sloc: haskell: 208; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (3)
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
28
29
30
31
32
Cabal-Version:      >= 1.6
Name:               SDL-gfx
Version:            0.7.0.0
Maintainer:         Francesco Ariis <fa-ml@ariis.it>
Author:             Lemmih (lemmih@gmail.com)
Copyright:          2004-2005, 2010, 2018 Lemmih et al.
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, contributors.txt

custom-setup
    setup-depends: base      >= 3 && < 5,
                   Cabal     >= 1.24

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
  extra-libraries:  SDL_gfx


source-repository head
    type:     darcs
    location: http://www.ariis.it/link/repos/sdl-bindings/hssdl-gfx/