repa-devil 0.3.2.3 → 0.3.2.4
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- Data/Array/Repa/IO/DevIL.hsc +5/−1
- repa-devil.cabal +1/−1
Data/Array/Repa/IO/DevIL.hsc view
@@ -40,9 +40,13 @@ -- * The IL monad , IL, runIL - -- * Image IO + -- * Image IO , readImage, writeImage ) where++#if __GLASGOW_HASKELL__ < 710+ import Control.Applicative ((<$>))+#endif import Control.Monad (when) import Control.Monad.IO.Class (MonadIO (..))
repa-devil.cabal view
@@ -1,5 +1,5 @@ Name: repa-devil-Version: 0.3.2.3+Version: 0.3.2.4 Synopsis: Support for image reading and writing of Repa arrays using in-place FFI calls Description: The repa-image library adds support for reading and