packages feed

ihaskell-hvega-0.1.0.0: ihaskell-hvega.cabal

name:                ihaskell-hvega
version:             0.1.0.0
synopsis:            IHaskell display instance for hvega types.
description:         Support Vega-Lite visualizations in IHaskell notebooks.
homepage:            https://github.com/githubuser/ihaskell-hvega#readme
license:             BSD3
license-file:        LICENSE
author:              Douglas Burke
maintainer:          dburke.gw@gmail.com
copyright:           2018 Douglas Burke
category:            Development
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      .
  exposed-modules:     IHaskell.Display.Hvega
  build-depends:       base >= 4.7 && < 5
                     , aeson >= 0.11 && < 1.3
                     , hvega < 0.2
                     , ihaskell >= 0.6.2
                     , text == 1.2.*
                     
  default-language:    Haskell2010
  ghc-options:         -Wall -fno-warn-orphans

source-repository head
  type:     git
  location: https://github.com/githubuser/ihaskell-hvega