-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueripple-data-visualizations.cabal
More file actions
61 lines (57 loc) · 1.89 KB
/
Copy pathblueripple-data-visualizations.cabal
File metadata and controls
61 lines (57 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
cabal-version: 3.0
name: blueripple-data-visualizations
version: 0.1.0.0
synopsis: data-loading utilities
category: Data
homepage: https://github.com/blueripple/data-visualizations#readme
bug-reports: https://github.com/blueripple/data-visualizations/issues
author: Adam Conner-Sax
maintainer: adam@blueripplepolitics.org
copyright: 2024 Adam Conner-Sax
license: BSD-3-Clause
build-type: Simple
source-repository head
type: git
location: https://github.com/blueripple/data-visualizations
library
exposed-modules: BlueRipple.Data.Visualization.DemoCompChart
, BlueRipple.Data.Visualization.DemoComparison
, BlueRipple.Utilities.HvegaJsonData
hs-source-dirs: src
ghc-options: -Wall -O2 -fno-warn-unused-top-binds -funbox-strict-fields
build-depends:
blueripple-data-tools
, blueripple-post-tools
, aeson >= 2.0 && < 2.5
, array >= 0.4 && < 0.6
, Frames >= 0.7 && < 0.8
-- , Frames-map-reduce
, Frames-utils >= 0.3.1
, Frames-streamly >= 0.2
, Frames-serialize >= 0.1.0
, flat >= 0.5 && < 0.7
, hvega >= 0.12 && < 0.13
, hvega-utils >= 0.3 && < 0.4
, base >=4.12.0 && <5
, containers >=0.5.0 && <0.9
, directory >=1.3.3.0 && <1.4.0.0
, foldl >= 1.4 && < 1.5
, knit-haskell >= 0.8 && < 0.11
, map-reduce-folds >= 0.1.1.1 && < 0.2
, Frames-map-reduce >= 0.4 && < 0.5
, mtl >= 2.2 && < 2.4
, mwc-random >= 0.14 && < 0.16
, path >= 0.9 && < 0.10
, polysemy >=1.2 && < 1.10
, polysemy-plugin >= 0.4.5
, relude >= 1.0.0 && < 1.3
, text >=1.2.3 && < 2.2
, vector >= 0.12 && < 0.14
, vinyl >= 0.13 && < 0.15
, streamly >=0.9 && <0.13
, streamly-core >=0.1.0 && <0.5
, streamly-bytestring >=0.2.0 && < 0.3
mixins: base hiding (Prelude)
, relude (Relude as Prelude
, Relude.Extra)
default-language: Haskell2010