packages feed

hsmagick-0.2: hsmagick.cabal

name:                hsmagick
version:             0.2
synopsis:            FFI bindings for the GraphicsMagick library
description:         FFI bindings for the GraphicsMagick library
category:            Graphics
license:             BSD3
license-file:        LICENSE
author:              Tim Chevalier
maintainer:          chevalier@alum.wellesley.edu
copyright:           (c) Tim Chevalier, 2008
stability:           alpha
homepage:            http://community.haskell.org/~tim
build-depends:       base, directory, filepath, pretty, process
exposed-modules:     Graphics.Transform.Magick.Images, Graphics.Transform.Magick.Types, Graphics.Transform.Magick.Test
other-modules:       Graphics.Transform.Magick.FFIHelpers, Graphics.Transform.Magick.Util, Graphics.Transform.Magick.Errors, Graphics.Transform.Magick.Magick
ghc-options:         -Wall
extra-libraries:     tiff jasper jpeg png wmflite bz2 z m pthread
pkgconfig-depends:   GraphicsMagick >= 1.2, lcms, freetype2, sm, ice, x11, libxml-2.0
tested-with:         GHC ==6.8.2
extensions:          CPP, ForeignFunctionInterface, MultiParamTypeClasses, FunctionalDependencies, PatternSignatures
data-files:          README
build-type:          Simple