cabal-version: 3.0 name: chart-svg version: 0.0.3 synopsis: Charts in SVG description: Chart library targetting SVG. category: project homepage: https://github.com/tonyday567/chart-svg#readme bug-reports: https://github.com/tonyday567/chart-svg/issues author: Tony Day maintainer: tonyday567@gmail.com copyright: Tony Day (c) 2017 license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: stack.yaml source-repository head type: git location: https://github.com/tonyday567/chart-svg library exposed-modules: Chart Chart.Bar Chart.Color Chart.Core Chart.Examples Chart.Format Chart.Hud Chart.Pixel Chart.Render Chart.Svg Chart.Page Chart.Types hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: Color , attoparsec , base >=4.7 && <5 , bifunctors , foldl , generic-lens >= 1.2 && < 2.0 , lucid , lucid-svg , lens , numhask-space >= 0.4 && < 0.5 , pretty-simple , protolude >= 0.3 && < 0.4 , scientific , tagsoup , text , text-format , time , transformers , web-rep >= 0.5 && < 0.6 default-language: Haskell2010 executable examples main-is: examples.hs hs-source-dirs: app ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , bifunctors , chart-svg , lens , javascript-bridge , numhask-space >= 0.4 && < 0.5 , protolude >= 0.3 && < 0.4 , scotty , text , transformers , unordered-containers , wai-middleware-static , web-rep >= 0.5 && < 0.6 default-language: Haskell2010 executable venn main-is: venn.hs hs-source-dirs: app ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , bifunctors , containers , chart-svg , generic-lens >= 1.2 && < 2.0 , lucid-svg , lens , javascript-bridge , numhask-space >= 0.4 && < 0.5 , protolude >= 0.3 && < 0.4 , scotty , text , transformers , unordered-containers , wai-middleware-static , web-rep >= 0.5 && < 0.6 default-language: Haskell2010