packages feed

happy-hour 0.0.0.1 → 0.0.0.2

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~Chartdep ~Chart-diagramsdep ~basenew-uploader

Dependency ranges changed: Chart, Chart-diagrams, base

Files

changelog.md view
@@ -3,3 +3,7 @@ ## v0.0.0.1 -- 2019 June 30  Initial release++## v0.0.0.2 -- 2020 Nov 09++Added support for GHC 8.8
happy-hour.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4  name: happy-hour-version: 0.0.0.1+version: 0.0.0.2 category: Graphics synopsis: Generate simple okay-looking bar plots without much effort @@ -10,9 +10,9 @@     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.+    aesthetically pleasing, please let us know so that we may improve. -tested-with: GHC==8.6.3+tested-with: GHC==8.6.3, GHC==8.8.4  extra-source-files: changelog.md @@ -34,6 +34,6 @@         Graphics.HappyHour      build-depends:-        base ^>= 4.12.0.0-      , Chart ^>= 1.9.1-      , Chart-diagrams ^>= 1.9.2+        base ^>= 4.12 || ^>= 4.13+      , Chart ^>= 1.9+      , Chart-diagrams ^>= 1.9