Codec-Image-DevIL 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Codec-Image-DevIL.cabal +2/−2
Codec-Image-DevIL.cabal view
@@ -4,7 +4,7 @@ Provides functions readImage and writeImage, which can read and write many image formats from/to an RGBA array of values to work with.-Version: 0.2.2+Version: 0.2.3 Stability: experimental Synopsis: An FFI interface to the DevIL library License: BSD3@@ -18,7 +18,7 @@ Exposed-Modules: Codec.Image.DevIL Extensions: ForeignFunctionInterface, CPP Build-Tools: hsc2hs- Extra-Libraries: IL, rt+ Extra-Libraries: IL, pthread if os(windows) CPP-Options: -DCALLTYPE=stdcall else