cabal-version: >=1.18 build-type: Simple name: js-chart version: 2.9.4.1 license: MIT license-file: LICENSE category: Javascript author: Jonas Carpay maintainer: Jonas Carpay copyright: Jonas Carpay 2020, Neil Mitchell 2014-2020, Chart.js contributors 2020 synopsis: Obtain minified chart.js code description: This package bundles the minified code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream chart.js version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian). This package is a fork of using chart.js instead of flot. homepage: https://github.com/jonascarpay/js-chart#readme bug-reports: https://github.com/jonascarpay/js-chart/issues tested-with: GHC ==8.0 || ==8.2 || ==8.4 || ==8.6 || ==8.8 || ==8.10 extra-source-files: javascript/chart.js-2.9.4.tgz extra-doc-files: CHANGELOG.md README.md data-dir: javascript data-files: Chart.bundle.min.js Chart.min.js Chart.min.css source-repository head type: git location: https://github.com/jonascarpay/js-chart.git library default-language: Haskell2010 hs-source-dirs: src build-depends: base ==4.* exposed-modules: Language.Javascript.Chart other-modules: Paths_js_chart test-suite js-chart-test default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: src/Test.hs other-modules: Paths_js_chart build-depends: base >=4 && <5 , js-chart