-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathstack.yaml
45 lines (42 loc) · 1.28 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
resolver: lts-18.13
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.
# See https://input-output-hk.github.io/haskell.nix/tutorials/source-repository-hashes/ to find the nix-sha256 values to put as comments for haskell.nix
extra-deps:
- aws-0.22
- 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
nix:
enable: true
shell-file: shell-stack.nix