gd-3000.2.0: gd.cabal
Name: gd
Version: 3000.2.0
Copyright: Bjorn Bringert
Maintainer: bjorn@bringert.net
Author: Bjorn Bringert
License: BSD3
build-depends: base
Extensions: ForeignFunctionInterface
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.
Exposed-Modules: Graphics.GD
ghc-options: -O2 -Wall -fffi
extra-libraries: gd, jpeg, m, png
includes: gd.h
include-dirs: cbits
install-includes: gd-extras.h
c-sources: cbits/gd-extras.c
extra-source-files: cbits/gd-extras.h
cc-options: -O2