packages feed

JuicyPixels-canvas-0.1.0.0: JuicyPixels-canvas.cabal

-- Initial JuicyPixels-canvas.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                JuicyPixels-canvas
version:             0.1.0.0
synopsis:            Functions for drawing lines, squares and so on pixel by pixel
description:         Functions for drawing lines, squares and so on pixel by pixel
homepage:            http://eax.me/
license:             BSD3
license-file:        LICENSE
author:              Alexander Alexeev
maintainer:          mail@eax.me
-- copyright:           
category:            Graphics
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
    type:     git
    location: https://github.com/afiskon/JuicyPixels-canvas

library
  exposed-modules:     Codec.Picture.Canvas
  -- other-modules:       
  -- other-extensions:    
  ghc-options:         -O2 -Wall -fno-warn-missing-signatures
  build-depends:       base >= 4.6 && < 4.8,
                       containers >= 0.5 && < 0.6,
                       JuicyPixels >= 3.0 && < 4.0
  hs-source-dirs:      ./src
  default-language:    Haskell2010