-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcabal.project
More file actions
57 lines (49 loc) · 1.42 KB
/
cabal.project
File metadata and controls
57 lines (49 loc) · 1.42 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
48
49
50
51
52
53
54
55
56
57
index-state: 2026-04-19T00:00:00Z
jobs: $ncpus
packages:
primer
primer-api
primer-miso
primer-benchmark
if arch(wasm32)
-- Required for TemplateHaskell support on Wasm targets.
shared: True
haddock-hoogle: False
haddock-html: False
haddock-quickjump: False
haddock-hyperlink-source: False
haddock-internal: False
package *
optimization: 2
ghc-options: -fno-external-interpreter
else
optimization: 0
haddock-hoogle: True
haddock-html: True
haddock-quickjump: True
haddock-hyperlink-source: True
haddock-internal: True
package *
ghc-options: -fwrite-ide-info
benchmarks: True
tests: True
--allow-newer: hedgehog:pretty-show, hedgehog-classes:pretty-show, hedgehog-classes:hedgehog, *:time, logging-effect:base, servant:base, http-api-data:base
allow-newer: all
package primer
test-options: "--size-cutoff=32768"
package primer-api
test-options: "--size-cutoff=32768"
if arch(wasm32)
package tasty
flags: -unix
-- To generate the SHA (required by `haskell.nix`) for
-- `source-repository-packages`, e.g., for Miso:
--
-- nix run nixpkgs#nix-prefetch-git https://github.com/haskell-miso/miso.git <tag>
-- Upstream requires `happy` at build time, which doesn't work on Wasm
-- targets.
source-repository-package
type: git
location: https://github.com/hackworthltd/pretty-show
--sha256: sha256-mu8Eq0Sg6nCF8C2sXB6ebZcLhz8TVZAbNMiorA7RVc8=
tag: 91d119cb0e3c5f7d866589b25158739580c8fc88