forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
33 lines (29 loc) · 651 Bytes
/
Copy pathstack.yaml
File metadata and controls
33 lines (29 loc) · 651 Bytes
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
resolver: lts-18.28 # ghc-8.10.7
packages:
- Cabal-syntax/
- Cabal/
- Cabal-hooks/
- Cabal-described
- Cabal-QuickCheck/
- Cabal-tests/
- Cabal-tree-diff/
- cabal-benchmarks/
- cabal-install-solver/
- cabal-install/
- cabal-testsuite/
- solver-benchmarks/
extra-deps:
# Not included in stackage
- rere-0.2@rev:1
# We require the released version of Cabal and Cabal-syntax for cabal-testsuite
# but usually we have a development, newer version set in the local package
# Also needed for hackage-security and Win32
allow-newer: true
nix:
packages:
- autoconf
- automake
- haskellPackages.happy
- haskellPackages.alex
- zlib
- zlib.out