packages feed

diagrams-input-0.1.2: diagrams-input.cabal

Name:                diagrams-input
Version:             0.1.2
Synopsis:            Parse raster and SVG files for diagrams
Description:         Parse raster and SVG images for the diagrams DSL.
License:             BSD3
License-file:        LICENSE
Author:              Tillmann Vogt
Maintainer:          diagrams-discuss@googlegroups.com
Copyright:           Tillmann Vogt (2014)
Category:            Graphics, Diagrams
Build-type:          Simple
Cabal-version:       >=1.10
Extra-source-files:  CHANGELOG.md, README.md
tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1
Source-repository head
  type:     git
  location: http://github.com/diagrams/diagrams-input.git

Library
  Exposed-modules:    Diagrams.TwoD.Input
                      Diagrams.SVG.ReadSVG
                      Diagrams.SVG.Arguments
                      Diagrams.SVG.Attributes
                      Diagrams.SVG.Path
                      Diagrams.SVG.Tree
  Other-modules:      Diagrams.SVG.Fonts.CharReference
                      Diagrams.SVG.Fonts.ReadFont
  Build-depends:      attoparsec >= 0.10
                    , base == 4.*
                    , base64-bytestring
                    , blaze-builder
                    , blaze-markup
                    , bytestring
                    , colour
                    , conduit
                    , conduit-extra
                    , containers
                    , css-text
                    , data-default
                    , diagrams-core >= 1.3 && < 1.6
                    , diagrams-lib >= 1.3 && < 1.5
                    , digits
                    , either >= 4.4
                    , JuicyPixels >= 3.1.5 && < 3.4
                    , linear >= 1.11.3
                    , resourcet
                    , semigroups
                    , split
                    , system-filepath
                    , text >= 0.11
                    , transformers
                    , unordered-containers
                    , vector
                    , xml-conduit >= 1.3
                    , xml-types == 0.3.*
  Hs-source-dirs:     src
  default-language:   Haskell2010