repa-devil 0.3.2.2 → 0.3.2.3
raw patch · 2 files changed
+3/−4 lines, 2 filesdep ~transformers
Dependency ranges changed: transformers
Files
- Data/Array/Repa/IO/DevIL.hsc +0/−1
- repa-devil.cabal +3/−3
Data/Array/Repa/IO/DevIL.hsc view
@@ -44,7 +44,6 @@ , readImage, writeImage ) where -import Control.Applicative (Applicative, (<$>)) 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.2+Version: 0.3.2.3 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@@ -41,8 +41,8 @@ Build-depends: base == 4.*,- repa >= 3.2.0.0 && < 4.0,- transformers >= 0.2 && < 0.4+ repa >= 3.2.0.0 && < 4.0,+ transformers >= 0.2 && < 0.5 Build-tools: hsc2hs