-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
47 lines (43 loc) · 1.01 KB
/
stack.yaml
File metadata and controls
47 lines (43 loc) · 1.01 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
# This is the Project setup.
# The project consists of many Packages, in the vein of Cabal.
# Package resolver. Ensures that all dependencies work together in a nice way
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/4.yaml
# https://docs.haskellstack.org/en/stable/yaml_configuration/#ghc-options
ghc-options:
# All packages get these options
"$locals": -Wall -threaded -rtsopts -with-rtsopts=-N
# without this line, I could not install ormolu ...
extra-deps:
- Cabal-syntax-3.14.2.0
# .. but then I needed to pin Cabal to a compatible version otherwise things broke.
- Cabal-3.14.2.0
# User packages to be built. Each one is a folder with a Package inside it
# Each package is defined by package.yaml, which hpack translates into a .cabal-file
packages:
- day01
- day02
- day03
- day04
- day05
- day06
- day07
- day08
- day09
- day10
- day11
- day12
- day13
- day14
- day15
- day16
- day17
- day18
- day19
- day20
- day21
- day22
- day23
- day24
- day25
- util