ghc-source-gen/stack-9.8.yaml
Peter Matta d9707003aa
Fix #112 with support for GHC 9.8 (#113)
* Add missing signature for overloaded `withEpAnnNotUsed`

* Fixed issued caused by #112

* Stack support for GHC 9.8

* Add stack-9.8.yaml

* Bump Tasty to `< 1.6`
2024-04-01 09:56:43 -07:00

16 lines
358 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: nightly-2024-03-29
compiler: ghc-9.8.2
packages:
- .
- ghc-show-ast
ghc-options:
"$locals": -Wall -Werror -Wwarn=unused-imports -Wwarn=dodgy-imports