packages feed

hsmagick-0.5: hsmagick.cabal

name:                hsmagick
version:             0.5
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:          Vincent Gerard, vincent@xenbox.fr
copyright:           (c) Tim Chevalier, 2008
stability:           alpha
homepage:            https://github.com/vincentg/hsmagick
Cabal-Version:       >= 1.2.3

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

Library {
build-depends:       base < 5, directory, filepath, pretty, process, bytestring
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
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
}