cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 8915b5ff42971e3413f62497642d059ed7c6584f4c4b20da7d9fd2ace2f30af5 name: charter version: 0.1.1.1 description: Please see the README on GitHub at homepage: https://github.com/ChrisPenner/charter#readme bug-reports: https://github.com/ChrisPenner/charter/issues author: Chris Penner maintainer: christopher.penner@gmail.com copyright: 2020 Chris Penner license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md data-files: templates/index.html source-repository head type: git location: https://github.com/ChrisPenner/charter library exposed-modules: Charts Charts.Internal.Auto Charts.Internal.Chart Charts.Internal.Server other-modules: Paths_charter hs-source-dirs: src ghc-options: -Wall build-depends: aeson , async , base >=4.7 && <5 , bytestring , containers , http-types , mtl , one-liner , process , scientific , text , wai , warp default-language: Haskell2010 executable charter-exe main-is: Main.hs other-modules: Examples.AreaChart Examples.Auto Examples.BarChart Examples.ColumnChart Examples.Histogram Examples.LineChart Examples.Random Examples.ScatterChart Paths_charter hs-source-dirs: app ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: MonadRandom , aeson , async , base >=4.7 && <5 , bytestring , charter , containers , http-types , mtl , one-liner , process , random , scientific , text , wai , warp default-language: Haskell2010 test-suite charter-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_charter hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: aeson , async , base >=4.7 && <5 , bytestring , charter , containers , http-types , mtl , one-liner , process , scientific , text , wai , warp default-language: Haskell2010