packages feed

hsmagick-0.4: hsmagick.cabal

name:                hsmagick
version:             0.4
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
Cabal-Version:       >= 1.2.3

tested-with:         GHC==6.10.4, GHC==6.12.2
build-type:          Simple
data-files:          README

Library {
build-depends:       base < 5, 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.3.3
                   , lcms
                   , freetype2
                   , libxml-2.0

if impl(ghc > 6.8.2) {
   extensions: ScopedTypeVariables
}
else {
   extensions: PatternSignatures
}
extensions:          CPP, ForeignFunctionInterface, MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances
}