mirror of
https://github.com/google/ghc-source-gen.git
synced 2024-11-30 03:15:22 +03:00
14 lines
285 B
YAML
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-13.23
|
|
packages:
|
|
- .
|
|
- ghc-show-ast
|
|
|
|
ghc-options:
|
|
"$locals": -Wall -Werror
|