File: gd.cabal

package info (click to toggle)
haskell-gd 3000.7.3-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: haskell: 325; ansic: 87; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (7)
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
Name: gd
Category: Graphics
License-File: LICENSE
Version: 3000.7.3
Cabal-version: >= 1.2
Build-type: Simple
Copyright: Bjorn Bringert
Author: Bjorn Bringert
License: BSD3
Synopsis: A Haskell binding to a subset of the GD graphics library
Description:
  This is a binding to a (currently very small) subset of
  the GD graphics library.
Extra-source-files:  cbits/gd-extras.h

Flag bytestring-in-base

Library
  Build-depends: base >= 4 && < 5, bytestring >= 0.9.1.6
  Extensions: ForeignFunctionInterface
  Exposed-Modules: Graphics.GD, Graphics.GD.ByteString, Graphics.GD.ByteString.Lazy
  Ghc-options: -Wall
  Extra-libraries: gd, png, z, jpeg, m, fontconfig, freetype, expat
  Includes: gd.h
  Include-dirs:        cbits
  Install-includes: gd-extras.h
  C-sources:           cbits/gd-extras.c
  Other-modules: Graphics.GD.Internal