name: juicy-draw version: 0.1.0.0 synopsis: Functions for drawing and filling lines, rectangles and polygons directly onto a mutable image description: This package provides 2D primitives for drawing/fill simple 2D shapes homepage: https://github.com/rcook/juicy-draw#readme license: MIT license-file: LICENSE author: Richard Cook maintainer: rcook@rcook.org copyright: 2018 Richard Cook category: Graphics build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/rcook/juicy-draw library default-language: Haskell2010 ghc-options: -O2 -Wall -fno-warn-missing-signatures hs-source-dirs: src build-depends: JuicyPixels , base >= 4.7 && < 5 , primitive exposed-modules: Codec.Picture.Drawing executable juicy-draw-demo default-language: Haskell2010 hs-source-dirs: app main-is: Main.hs build-depends: JuicyPixels , base >= 4.7 && < 5 , juicy-draw