packages feed

diagrams-html5-1.4.2: diagrams-html5.cabal

Name:                diagrams-html5
Version:             1.4.2
Synopsis:            HTML5 canvas backend for diagrams drawing EDSL
Description:         This package provides a modular backend for rendering
                     diagrams created with the diagrams EDSL using an
                     HTML5 canvas.
Homepage:            http://projects.haskell.org/diagrams/
License:             BSD3
License-file:        LICENSE
Author:              Jeffrey Rosenbluth
Maintainer:          diagrams-discuss@googlegroups.com
Bug-reports:         http://github.com/diagrams/diagrams-html5/issues
Stability:           Experimental
Category:            Graphics
Build-type:          Simple
Extra-source-files:  README.md
Extra-doc-files:     CHANGELOG.md
Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
Cabal-version:       1.18
Source-repository head
  type:     git
  location: https://github.com/diagrams/diagrams-html5.git

Library
  Exposed-modules:     Diagrams.Backend.Html5
                       Diagrams.Backend.Html5.CmdLine
  Hs-source-dirs:      src
  Build-depends:       base >= 4.7 && < 4.18,
                       mtl >= 2.0 && < 2.4,
                       NumInstances >= 1.0 && < 1.5,
                       diagrams-core >= 1.3 && < 1.6,
                       diagrams-lib >= 1.3 && < 1.6,
                       cmdargs >= 0.6 && < 0.11,
                       static-canvas >= 0.2 && < 0.3,
                       lens >= 4.0 && < 5.3,
                       containers >= 0.3 && < 0.7,
                       text >= 1.0 && < 1.3 || >= 2.0 && < 2.1,
                       data-default-class >= 0.0.1 && < 0.2,
                       statestack >= 0.2 && <0.4,
                       optparse-applicative >= 0.10 && < 0.18,
                       split >= 0.2 && < 0.3

  Default-language:    Haskell2010