File: SDL-image.cabal

package info (click to toggle)
haskell-sdl-image 0.6.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: haskell: 187; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,216 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
33
34
35
36
Cabal-Version:      >= 1.6
Name:               SDL-image
Version:            0.6.2.0
Maintainer:         Francesco Ariis <fa-ml@ariis.it>
Author:             Lemmih (lemmih@gmail.com)
Copyright:          2004-2010, Lemmih
License-File:       LICENSE
License:            BSD3
Build-Type:         Custom
Category:           Foreign binding
Synopsis:           Binding to libSDL_image
Description:
  SDL_image is an image file loading library.
  It loads images as SDL surfaces, and supports the
  following formats: BMP, GIF, JPEG, LBM, PCX, PNG,
                     PNM, TGA, TIFF, XCF, XPM, XV.
Extra-Source-Files: configure, includes/HsSDLConfig.h.in, SDL-image.buildinfo.in, config.mk.in
Data-Files:         MACOSX, README, issues.txt

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

Library
  Extensions:       ForeignFunctionInterface
  Build-Depends:    base >= 3 && < 5, SDL
  extra-libraries:  SDL_image
  Exposed-Modules:
    Graphics.UI.SDL.Image,
    Graphics.UI.SDL.Image.Version
  Includes:         SDL.h SDL_image.h
  GHC-Options:      -Wall

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