packages feed

repa-io 2.0.0.3 → 2.0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/Array/Repa/IO/BMP.hs view
@@ -201,7 +201,7 @@ 	= error "Data.Array.Repa.IO.BMP: lowest order dimension must be 4"  	| otherwise-	= let 	bmp	= packRGBA32ToBMP height width +	= let 	bmp	= packRGBA32ToBMP width height 			$ A.toByteString arrImage 	  in	writeBMP fileName bmp 	
repa-io.cabal view
@@ -1,5 +1,5 @@ Name:                repa-io-Version:             2.0.0.3+Version:             2.0.1.1 License:             BSD3 License-file:        LICENSE Author:              The DPH Team