Skip to content

Commit

Permalink
Update from Hackage at 2019-09-17T23:03:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 17, 2019
1 parent 22ff45c commit 60a7e2c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions vega-view/0.3.1.4/vega-view.cabal
@@ -0,0 +1,50 @@
name: vega-view
version: 0.3.1.4
synopsis: Easily view Vega or Vega-Lite visualizations.
description: A web server that is used to view all the Vega and Vega-Lite
specifications in a directory, or sub-directory. It is similar
in overall scope to the
<https://github.com/vega/vega-desktop vega destkop>
tool. Please see the README on GitHub at
<https://github.com/DougBurke/vega-view#vega-view>
category: Visualization
homepage: https://github.com/DougBurke/vega-view#vega-view
bug-reports: https://github.com/DougBurke/vega-view/issues
author: Douglas Burke
maintainer: dburke.gw@gmail.com
copyright: 2019 Douglas Burke
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

cabal-version: 1.12


source-repository head
type: git
location: https://github.com/DougBurke/vega-view

executable vegaview
main-is: Main.hs
other-modules:
Paths_vega_view
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >= 1.1 && < 1.5
, base >= 4.9 && <5
, blaze-html >= 0.7 && < 0.10
, blaze-markup >= 0.6 && < 0.9
, bytestring >= 0.10 && < 0.11
, directory >= 1.2.5.0 && < 1.4
, filepath >= 1.4 && < 1.5
, http-types >= 0.9 && < 0.13
, scotty >= 0.11 && < 0.12
, text >= 1.2 && < 1.3
, unordered-containers >= 0.2 && < 0.3

default-language: Haskell2010
1 change: 1 addition & 0 deletions vega-view/0.3.1.4/vega-view.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e012bc3e989a217817dcd24a55202d9c","Skein512_512":"c24e45f8242429a77415706c83d8ff72c4f7079e6637e3ca3421d0480c2cdec48279436b213af52a0020f893003803ba8d57933c4d136f2cc3e067ed855dc2a2","SHA1":"691043d6a9c1a4cc3834944268f5f4c6d4f0f75a","SHA512":"6db224b8f322fa2b73eff46650cbcbf6c96c610d2d60adb6eb9c70c65f8912c9a6dc7bc1c3cb336dd1df7903b079fcb80e77526e12f40f6be8159d3e62e627d5","SHA256":"cb2e21bd954fed590bd30dfdae3b21ec539b906d2b05f7638c7855c9632d9bd1"},"package-locations":["https://hackage.haskell.org/package/vega-view-0.3.1.4/vega-view-0.3.1.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/vega-view-0.3.1.4.tar.gz"],"package-size":13136}

0 comments on commit 60a7e2c

Please sign in to comment.