summaryrefslogtreecommitdiff
path: root/hadrian/stack.yaml
blob: 9147e2dc573da4123ec854fd63c6a49e6e464974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
resolver: lts-16.14

packages:
- '.'

nix:
   enable: false
   packages:
   - autoconf
   - automake
   - gcc
   - git
   - ncurses
   - perl

extra-deps:
- alex-3.2.6
- happy-1.20.0