bmp-1.2.6.4: bmp.cabal
Name: bmp
Version: 1.2.6.4
License: MIT
License-file: LICENSE
Author: Ben Lippmeier
Maintainer: benl@ouroborus.net
Build-Type: Simple
Cabal-Version: >=1.10
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.13,
binary >= 0.6 && < 0.9
ghc-options:
-O2 -Wall -fno-warn-missing-signatures
default-language:
Haskell98
default-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