bmp 1.1.1.1 → 1.1.1.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Codec/BMP.hs +1/−0
- bmp.cabal +2/−2
Codec/BMP.hs view
@@ -152,6 +152,7 @@ = do h <- openBinaryFile fileName WriteMode hPutBMP h bmp hFlush h+ hClose h -- | Put a BMP image to a file handle.
bmp.cabal view
@@ -1,5 +1,5 @@ Name: bmp-Version: 1.1.1.1+Version: 1.1.1.2 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -8,7 +8,7 @@ Cabal-Version: >=1.6 Stability: stable Category: Codec-Homepage: http://code.haskell.org/~benl/code/bmp-head+Homepage: http://code.ouroborus.net/bmp Bug-reports: bmp@ouroborus.net Description: Read and write uncompressed BMP image files. 100% robust Haskell implementation.