cabal-version: 2.4 name: happy-hour version: 0.0.0.1 category: Graphics synopsis: Generate simple okay-looking bar plots without much effort description: The purpose of this library is to generate okay-looking bar plots for you without much effort on your part. The style of the plots may change in newer releases as we find ways to make them look nicer. If happy-hour generates a plot for you that is not aesthetically pleasing,please let us know so that we may improve. tested-with: GHC==8.6.3 extra-source-files: changelog.md copyright: 2019 Typeclass Consulting, LLC license: MIT license-file: license.txt homepage: https://typeclasses.github.io/happy-hour/ bug-reports: https://github.com/typeclasses/happy-hour/issues author: Chris Martin maintainer: Chris Martin, Julie Moronuki library hs-source-dirs: library default-language: Haskell2010 exposed-modules: Graphics.HappyHour build-depends: base ^>= 4.12.0.0 , Chart ^>= 1.9.1 , Chart-diagrams ^>= 1.9.2