-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathstack.yaml
59 lines (56 loc) · 1.59 KB
/
stack.yaml
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
# If you change this resolver, you may need to update the GHC version in `shell.nix` accordingly!
resolver: lts-18.13
# Currently required by cas-hashable-s3 because `aws` dependency has invalid `base16-bytestring` and `base64-bytestring` boundaries.
allow-newer: true
packages:
- cas/hashable
- cas/s3
- cas/store
- docker-client
- funflow
- funflow-examples
# Reminder: These are extra packages which don't exist in the
# stack snapshot we are using.
extra-deps:
- aeson-2.1.0.0
- attoparsec-0.14.4
- aws-0.22.1
- Cabal-3.4.1.0
- generically-0.1
- hashable-1.4.1.0
- lens-5.2
- lens-aeson-1.2.2
- OneTuple-0.3.1
- parsec-3.1.15.1
- semialign-1.2
- store-0.7.16
- streaming-commons-0.2.2.4
- text-2.0.1
- yaml-0.11.8.0
- github: tweag/kernmantle
commit: 19e018449f4fba68d383611a9d38a1b9e04e81ee
subdirs:
- kernmantle
- batteries
- caching
# We use iHaskell for the tutorials
- github: gibiansky/IHaskell
commit: 0ff0145c03f6665cfed426f900c9a7561c821c4f
subdirs:
- .
- ipython-kernel
- ghc-parser
- ihaskell-display/ihaskell-aeson
- ihaskell-display/ihaskell-blaze
- ihaskell-display/ihaskell-charts
- ihaskell-display/ihaskell-diagrams
- ihaskell-display/ihaskell-gnuplot
- ihaskell-display/ihaskell-hatex
- ihaskell-display/ihaskell-juicypixels
- ihaskell-display/ihaskell-magic
- ihaskell-display/ihaskell-widgets
# We also provide hvega for plotting
- github: DougBurke/hvega
commit: 8348642a9bd9e05b2966f29ef114e673fe26a37c
subdirs:
- ihaskell-hvega