summaryrefslogtreecommitdiff
path: root/hadrian/stack.yaml
blob: a1f44f9bd1738259e2543e283e09551fc99d9ea2 (plain)
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
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-13.21

extra-deps:
# We need a newer happy (see #16825)
- git: https://github.com/simonmar/happy.git
  commit: 66982277ac7aed23edbb36c5f7aa5a86e5bdf778
- shake-0.18.3@sha256:12949a47f07915a4338291a0146158d18abdd04c0dfd813778231ed68b4758df,14806

# Local packages, usually specified by relative directory name
packages:
- '.'
- '../libraries/Cabal/Cabal'

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