packages feed

hvega-theme-0.2.0.2: hvega-theme.cabal

name:                hvega-theme
version:             0.2.0.2
synopsis:            Theme for hvega.
description:         A professional theme for publication quality figures.
homepage:            http://github.com/GregorySchwartz/hvega-theme#readme
license:             GPL-3
license-file:        LICENSE
author:              Gregory W. Schwartz
maintainer:          gsch@pennmedicine.upenn.edu
copyright:           2020 Gregory W. Schwartz
category:            Graphics
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Graphics.Vega.VegaLite.Theme
  build-depends:       base >= 4.7 && < 5
                     , hvega >= 0.7.0.1
                     , text
  ghc-options:         -O2
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/GregorySchwartz/hvega-theme