packages feed

gd-3000.7: gd.cabal

Name: gd
Category: Graphics
License-File: LICENSE
Version: 3000.7
Cabal-version: >= 1.2
Build-type: Simple
Copyright: Bjorn Bringert
Maintainer: Chris Done <chrisdone@gmail.com>
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