hsmagick 0.1 → 0.2
raw patch · 2 files changed
+9/−3 lines, 2 files
Files
- README +7/−1
- hsmagick.cabal +2/−2
README view
@@ -3,7 +3,13 @@ http://www.graphicsmagick.org/ -I have tested these bindings with GraphicsMagick 1.1.10.++I have tested these bindings with GraphicsMagick 1.2, which is+available as a "snapshot" from the above URL. The library will not+build with GraphicsMagick 1.1.10 or 1.1.11 (the most recent+released version as of this writing). If it's important to you to+be able to use this library with a stable released version of+GraphicsMagick, let me know. The Haddock documentation only includes type signatures so far, and that's not good enough. However, the API calls should mostly map onto
hsmagick.cabal view
@@ -1,5 +1,5 @@ name: hsmagick-version: 0.1+version: 0.2 synopsis: FFI bindings for the GraphicsMagick library description: FFI bindings for the GraphicsMagick library category: Graphics@@ -15,7 +15,7 @@ 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.1.10, lcms, freetype2, sm, ice, x11, libxml-2.0+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