name: hsmagick version: 0.3 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.8.2, GHC==6.10.1 build-type: Simple data-files: README Library { 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.3.3 , lcms , freetype2 , libxml-2.0 if impl(ghc > 6.8.2) { extensions: ScopedTypeVariables } else { extensions: PatternSignatures } extensions: CPP, ForeignFunctionInterface, MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances }