bmp 1.2.6.2 → 1.2.6.3
raw patch · 2 files changed
+2/−3 lines, 2 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- Codec/BMP.hs +1/−2
- bmp.cabal +1/−1
Codec/BMP.hs view
@@ -71,7 +71,6 @@ import Codec.BMP.BitmapInfoV4 import Codec.BMP.BitmapInfoV5 import System.IO-import Data.ByteString as BS import Data.ByteString.Lazy as BSL import Data.Binary import Data.Binary.Get@@ -176,7 +175,7 @@ else Right $ BMP { bmpFileHeader = fileHeader , bmpBitmapInfo = imageHeader- , bmpRawImageData = BS.concat $ BSL.toChunks bufImage }+ , bmpRawImageData = BSL.toStrict bufImage } -- Writing --------------------------------------------------------------------
bmp.cabal view
@@ -1,5 +1,5 @@ Name: bmp-Version: 1.2.6.2+Version: 1.2.6.3 License: MIT License-file: LICENSE Author: Ben Lippmeier