-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueripple-data-loading.cabal
55 lines (51 loc) · 1.67 KB
/
blueripple-data-loading.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
cabal-version: 3.0
name: blueripple-data-loading
version: 0.1.0.0
synopsis: data-loading utilities with Frames types and loaders for them
category: Data
homepage: https://github.com/blueripple/data-loading#readme
bug-reports: https://github.com/blueripple/data-loading/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-loading
library
exposed-modules: BlueRipple.Data.LoadersCore, BlueRipple.Data.CachingCore
hs-source-dirs: src
ghc-options: -Wall -O2 -fno-warn-unused-top-binds -funbox-strict-fields
default-extensions: StrictData
build-depends:
blueripple-post-tools
, aeson >= 2.1 && < 2.3
, clock >= 0.8 && < 0.9
, Frames >= 0.7 && < 0.8
, Frames-utils >= 0.3.1
, Frames-streamly >= 0.2
, Frames-serialize >= 0.1.0
, flat >= 0.5 && < 0.7
, base >=4.12.0 && <5
, bytestring >= 0.11.0.0 && < 0.13
, containers >=0.5.0 && <0.8
, directory >=1.3.3.0 && <1.4.0.0
, exceptions >=0.10.4 && <0.11
, foldl >= 1.4 && < 1.5
, knit-haskell >= 0.8 && < 0.11
, mtl >= 2.2 && < 2.4
, pandoc >=2.9
, pipes >= 4.2 && < 4.4
, polysemy >=1.2 && < 1.10
, polysemy-plugin >= 0.4.5
, relude >= 1.0.0 && < 1.3
, text >=1.2.3 && < 2.2
, time >= 1.8 && < 1.14
, vinyl >= 0.13 && < 0.15
, streamly >=0.9 && <0.11
, streamly-core >=0.1.0 && <0.3
mixins: base hiding (Prelude)
, relude (Relude as Prelude
, Relude.Extra)
default-language: Haskell2010