summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2019-09-12 22:53:57 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-15 23:47:22 -0400
commit7208160d2caae125479e8dd39a263620ea7e0ffe (patch)
treea7dabcd25166433b44cf1442eed74e1e86c7327f
parentcf7e78a3aef35741d6d296d844b99ec2529c42a3 (diff)
downloadhaskell-7208160d2caae125479e8dd39a263620ea7e0ffe.tar.gz
Fix Hadrian build with Stack (#17189)
Broken by 2b37a79d61e9b3787873dc9f7458ef2bde4809b0
-rw-r--r--hadrian/stack.yaml8
1 files changed, 1 insertions, 7 deletions
diff --git a/hadrian/stack.yaml b/hadrian/stack.yaml
index a1f44f9bd1..ae164c8a49 100644
--- a/hadrian/stack.yaml
+++ b/hadrian/stack.yaml
@@ -1,15 +1,9 @@
-# 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
+- happy-1.19.12
- shake-0.18.3@sha256:12949a47f07915a4338291a0146158d18abdd04c0dfd813778231ed68b4758df,14806
-# Local packages, usually specified by relative directory name
packages:
- '.'
- '../libraries/Cabal/Cabal'