-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueripple-stateleg-model.cabal
90 lines (86 loc) · 2.64 KB
/
blueripple-stateleg-model.cabal
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
cabal-version: 3.0
name: blueripple-stateleg-model
version: 0.1.0.0
synopsis: SLD partisan lean modeling
category: Statistics
homepage: https://github.com/blueripple/stateleg-model#readme
bug-reports: https://github.com/blueripple/stateleg-model/issues
author: Adam Conner-Sax
maintainer: adam@blueripplepolitics.org
copyright: 2024 Adam Conner-Sax
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/blueripple/stateleg-model
executable blueripple-stateleg-model
hs-source-dirs: src
ghc-options: -Wall
other-modules: ModelNotes
main-is: Main.hs
build-depends:
blueripple-post-tools
, blueripple-small-data-sets
, blueripple-data-loading
, blueripple-data-tools
, blueripple-data-types
, blueripple-data-ACS-PUMS
, blueripple-data-ACS-Tables
, blueripple-data-CES
, blueripple-data-DRA
, blueripple-data-overlaps
, blueripple-data-visualizations
, blueripple-model-tools
, blueripple-model-demographic
, blueripple-model-election2
-- , blueripple-model-Evangelical
, blaze-html >= 0.9 && < 0.10
, array >= 0.5 && < 0.6
, Frames >= 0.7 && < 0.8
, Frames-utils >= 0.3.1
, Frames-streamly >= 0.2
, Frames-serialize >= 0.1.0
, base >=4.12.0 && <5
, cmdargs >= 0.10 && < 0.11
, colonnade >= 1.2 && < 1.3
, containers >=0.5.0 && <0.8
, discrimination >= 0.5 && < 0.6
, directory >=1.3.3.0 && <1.4.0.0
, exceptions >=0.10.4 && <0.11
, flat >= 0.6 && < 0.7
, foldl >= 1.4 && < 1.5
, foldl-statistics >= 0.1.5 && < 0.2
, haskell-stan >= 0.1 && < 0.2
, here >= 1.2 && < 1.3
, hs-cmdstan >= 0.1 && < 0.2
, hmatrix >= 0.20 && < 0.21
, hmatrix-nlopt >= 0.2 && < 0.3
, hvega >= 0.12 && < 0.15
, hvega-utils >= 0.3 && < 0.4
, knit-haskell >= 0.8 && < 0.11
, lens >= 5 && < 6
, map-reduce-folds >= 0.1.1.1 && < 0.2
, nonlinear-optimization-ad >= 0.2.4 && < 0.3
, Frames-map-reduce >= 0.4 && < 0.5
, mtl >= 2.2 && < 2.4
, pandoc >= 3.1 && < 4
, path >= 0.9 && < 0.10
, polysemy >= 1.9 && < 2
, polysemy-RandomFu >= 0.5 && < 0.6
, profunctors >= 5.6 && < 6
, random >= 1.2 && < 1.3
, random-fu >= 0.3 && < 0.4
, relude >= 1.0.0 && < 1.3
, say >= 0.1 && < 0.2
, text >=1.2.3 && < 2.2
, vector >= 0.12 && < 0.14
, vinyl >= 0.13 && < 0.15
, streamly >=0.9 && <0.11
, streamly-core >=0.1.0 && <0.3
, streamly-bytestring >=0.2.0 && < 0.3
, time >= 1.12 && < 1.15
mixins: base hiding (Prelude)
, relude (Relude as Prelude
, Relude.Extra)
default-language: Haskell2010