streamgraph-0.5.1.0: streamgraph.cabal
-- Initial streamgraph.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: streamgraph
version: 0.5.1.0
synopsis: generate a streamgraph from haskell on the command line
description: Use Streamgraph.simple to generate a streamgraph from
its data. Run `streamgraph-browser-test` for an example
license: PublicDomain
license-file: LICENSE
author: danse
maintainer: f.occhipinti@gmail.com
-- copyright:
category: Visualisation
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
data-files: data/style.css,
data/script.js
source-repository head
type: git
location: https://github.com/danse/streamgraph
library
exposed-modules: Streamgraph
other-modules: Paths_streamgraph
build-depends: aeson >= 2.3.0 && < 2.4,
base >= 4.19.2 && < 4.20,
hashable >= 1.5.1 && < 1.6,
text >= 2.1.1 && < 2.2,
scientific >= 0.3.8 && < 0.4,
unordered-containers >= 0.2.21 && < 0.3,
vector >= 0.13.2 && < 0.14,
time >= 1.12.2 && < 1.13,
semigroups >= 0.20.1 && < 0.21,
visie >= 0.6.2 && < 0.7
-- hs-source-dirs:
default-language: Haskell2010
executable streamgraph-browser-test
main-is: streamgraph-browser-test.hs
build-depends: aeson >= 2.3.0 && < 2.4,
base >= 4.19.2 && < 4.20,
hashable >= 1.5.1 && < 1.6,
text >= 2.1.1 && < 2.2,
scientific >= 0.3.8 && < 0.4,
unordered-containers >= 0.2.21 && < 0.3,
vector >= 0.13.2 && < 0.14,
time >= 1.12.2 && < 1.13,
semigroups >= 0.20.1 && < 0.21,
visie >= 0.6.2 && < 0.7
default-language: Haskell2010
Test-Suite test
type: exitcode-stdio-1.0
main-is: Test.hs
build-depends: base >= 4.19.2 && < 4.20,
visie,
aeson,
time,
vector,
unordered-containers,
text,
scientific,
hashable,
hspec
default-language: Haskell2010