ghc-source-gen/stack.yaml
Judah Jacobson 194578487e Switch to lts-15.13.
Previously we were building against a release candidate for ghc-8.8.
Now, we can just use a Stack LTS.

Also update the default in `stack.yaml`.
2020-05-22 06:12:40 -07:00

14 lines
285 B
YAML

# Copyright 2019 Google LLC
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
resolver: lts-15.13
packages:
- .
- ghc-show-ast
ghc-options:
"$locals": -Wall -Werror