Cabal revisions of bmp-1.2.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: bmp-Version: 1.2.3.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: http://code.ouroborus.net/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.--Tested-with: GHC == 7.2--Library- Build-Depends: - base >= 4 && < 5,- bytestring >= 0.9.1.5 && < 1.0.0.0,- binary >= 0.5.0.2 && < 0.7.0.0-- ghc-options:- -Wall -fno-warn-missing-signatures-- 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.3.1 +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: http://code.ouroborus.net/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. + +Tested-with: GHC == 7.2 + +Library + Build-Depends: + base == 4.*, + bytestring == 0.10.*, + binary == 0.5.* + + ghc-options: + -Wall -fno-warn-missing-signatures + + 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 +