packages feed

bitmaps-0.2.5.1: bitmaps.cabal

name:                  bitmaps
version:               0.2.5.1
cabal-version:         >= 1.10
build-type:            Simple
license:               BSD3
license-file:          LICENSE
copyright:             Copyright (C) 2010 Byron James Johnson
author:                Byron James Johnson
maintainer:            KrabbyKrap@gmail.com
synopsis:              Bitmap library
description:           Library defining several bitmap types, including ones stored as unboxed arrays, any string type, and functions
				       .
					   This library also supports conversion to and from bitmaps as defined in the "bitmap" package.
					   .
					   This library has not yet been tested extensively.
					   .
					   Note: This library is currently largely designed with RGB pixels with a color depth of 24 bits in mind.  Better support for other pixel and color formats is intended to be implemented in the future.
category:              Graphics, Codec, Data
tested-with:           GHC == 7.0.1

library
    default-language:  Haskell2010
    hs-source-dirs:    src
    build-depends:     base >= 4 && < 5, array, containers, binary, cereal, monad-state, zlib, bitmap, stb-image, string-class >= 0.1.4.0, tagged, bytestring
    exposed-modules:   Codec.String.Base16, Codec.String.Base64, Data.Bitmap.Array, Data.Bitmap.Array.Internal, Data.Bitmap.BMP, Data.Bitmap.Class, Data.Bitmap.Croppable, Data.Bitmap.Foreign, Data.Bitmap.Function, Data.Bitmap.Function.Internal, Data.Bitmap.Pixel, Data.Bitmap.Reflectable, Data.Bitmap.Searchable, Data.Bitmap.String, Data.Bitmap.String.Internal, Data.Bitmap.StringRGB24A4VR, Data.Bitmap.StringRGB24A4VR.Internal, Data.Bitmap.StringRGB32, Data.Bitmap.StringRGB32.Internal, Data.Bitmap.Types, Data.Bitmap.Util
    ghc-options:       -Wall -O2
    other-extensions:  ScopedTypeVariables, TypeFamilies, GeneralizedNewtypeDeriving, PolymorphicComponents, TupleSections, FlexibleContexts, TemplateHaskell, DeriveDataTypeable, ExistentialQuantification, TypeOperators, FlexibleInstances, OverlappingInstances, UndecidableInstances

source-repository head
    type:              darcs
    location:          http://patch-tag.com/r/bob/abitmap