-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy pathstack.yaml
55 lines (51 loc) · 1.67 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
flags:
liquidhaskell:
devel: true
tests:
stack: true
extra-package-dbs: []
ghc-options:
hscolour: -w
liquidhaskell-boot: -j
liquidhaskell: -j
packages:
- liquid-fixpoint
- liquid-prelude
- liquid-vector
- liquid-parallel
- liquidhaskell-boot
- tests
- tests/benchmarks/popl18/lib
- benchmark-timings
- .
extra-deps:
- rest-rewrite-0.4.3
- smtlib-backends-0.3@rev:2
- smtlib-backends-process-0.3@rev:2
- store-0.7.18
- store-core-0.4.4.6
- git: https://github.com/qnikst/ghc-timings-report
commit: 45ef3498e35897712bde8e002ce18df6d55f8b15
- containers-0.7
- ghc-9.10.1
- ghc-internal-9.1001.0
- Cabal-syntax-3.10.3.0@sha256:c2ca36499bf9365726968b1e11a757e6d846c47cdf0c2c26a003698fd3c300fe,7431
- binary-0.8.9.2@sha256:03381e511429c44d13990c6d76281c4fc2468371cede4fe684b0c98d9b7d5f5a,6611
- containers-0.6.8@sha256:bb2bec1bbc6b39a7c97cd95e056a5698ec45beb5d8feb6caae12af64e4bd823c,2670
- ghc-boot-9.10.1@sha256:90fc95026568d3e7315f5f1d9481714002449ae4daed44e481b3ba0e1b32f61e,3227
- ghc-heap-9.10.1@sha256:15ab60f08d6f4adcf423729fac0b40ee6a7d7d19942c6a5d190319a1c71b7e7c,2044
- hpc-0.7.0.2@sha256:1c3c300837615288e9fe2e691f26bc8b047550c4bd2dd8dace55a58049ee1ec3,1113
- parsec-3.1.17.0@sha256:8407cbd428d7f640a0fff8891bd2f7aca13cebe70a5e654856f8abec9a648b56,5149
- template-haskell-2.22.0.0@sha256:463e87c76794859c861c95517329483282af8b079c02084755cc4bd1ae41d5ae,2151
- text-2.1.1@sha256:78c3fb91055d0607a80453327f087b9dc82168d41d0dca3ff410d21033b5e87d,10653
allow-newer: true
allow-newer-deps:
- ghc-timings
- colonnade
- blaze-colonnade
- blaze-svg
- store-core
resolver: nightly-2024-05-14
nix:
packages: [cacert, git, hostname, nix, stack, z3]
path: [nixpkgs=./nixpkgs.nix]