ghc-source-gen/stack-9.4.yaml
Claudio Bley 20ff70b9e8
Support GHC 9.6 (#103)
* Bump ghc version bounds for GHC 9.6

* Support GHC 9.6

* Remove some trailing whitespace

* Start fixing hiding unused imports, more to come

* Add stack config for GHC 9.6

* Add stack config for GHC 9.4

* Use GHC 9.2.8 with lts-20.26

* Adapt ghc-show-ast for GHC 9.6

* Remove unused imports

* Guard imports for GHC versions

* Only warn about dogdy and unused imports

---------

Co-authored-by: Greg Steuck <greg@nest.cx>
2023-12-20 11:17:57 -08:00

16 lines
349 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-21.25
compiler: ghc-9.4.8
packages:
- .
- ghc-show-ast
ghc-options:
"$locals": -Wall -Werror -Wwarn=unused-imports -Wwarn=dodgy-imports