Cabal revisions of bmp-1.2.6.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: bmp-Version: 1.2.6.3-License: MIT-License-file: LICENSE-Author: Ben Lippmeier-Maintainer: benl@ouroborus.net-Build-Type: Simple-Cabal-Version: >=1.6-Stability: stable-Category: Codec-Homepage: https://github.com/benl23x5/bmp-Bug-reports: bmp@ouroborus.net-Description:- Read and write uncompressed BMP image files. 100% robust Haskell implementation.-Synopsis:- Read and write uncompressed BMP image files.--source-repository head- type: git- location: https://github.com/benl23x5/bmp--Library- build-Depends: - base == 4.*,- bytestring == 0.10.*,- binary >= 0.6 && < 0.9-- ghc-options:- -O2 -Wall -fno-warn-missing-signatures-- extensions:- BangPatterns- ScopedTypeVariables- PatternGuards-- exposed-modules:- Codec.BMP-- other-modules:- Codec.BMP.Base- Codec.BMP.Compression- Codec.BMP.BitmapInfo- Codec.BMP.BitmapInfoV3- Codec.BMP.BitmapInfoV4- Codec.BMP.BitmapInfoV5- Codec.BMP.CIEXYZ- Codec.BMP.Error- Codec.BMP.FileHeader- Codec.BMP.Pack- Codec.BMP.Unpack- +Name: bmp +Version: 1.2.6.3 +x-revision: 1 +License: MIT +License-file: LICENSE +Author: Ben Lippmeier +Maintainer: benl@ouroborus.net +Build-Type: Simple +Cabal-Version: >=1.6 +Stability: stable +Category: Codec +Homepage: https://github.com/benl23x5/bmp +Bug-reports: bmp@ouroborus.net +Description: + Read and write uncompressed BMP image files. 100% robust Haskell implementation. +Synopsis: + Read and write uncompressed BMP image files. + +source-repository head + type: git + location: https://github.com/benl23x5/bmp + +Library + build-Depends: + base == 4.*, + bytestring >= 0.10 && < 0.12, + binary >= 0.6 && < 0.9 + + ghc-options: + -O2 -Wall -fno-warn-missing-signatures + + extensions: + BangPatterns + ScopedTypeVariables + PatternGuards + + exposed-modules: + Codec.BMP + + other-modules: + Codec.BMP.Base + Codec.BMP.Compression + Codec.BMP.BitmapInfo + Codec.BMP.BitmapInfoV3 + Codec.BMP.BitmapInfoV4 + Codec.BMP.BitmapInfoV5 + Codec.BMP.CIEXYZ + Codec.BMP.Error + Codec.BMP.FileHeader + Codec.BMP.Pack + Codec.BMP.Unpack +
revision 2
Name: bmp Version: 1.2.6.3 -x-revision: 1 +x-revision: 2 License: MIT License-file: LICENSE Author: Ben Lippmeier location: https://github.com/benl23x5/bmp Library - build-Depends: + build-Depends: base == 4.*, - bytestring >= 0.10 && < 0.12, + bytestring >= 0.10 && < 0.13, binary >= 0.6 && < 0.9 ghc-options: Codec.BMP.FileHeader Codec.BMP.Pack Codec.BMP.Unpack -