Commit Graph

12 Commits

Author SHA1 Message Date
Greg Steuck
d681d35fa1 Release notes for 0.4.5.0 2024-04-07 10:41:04 -07:00
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
Peter Matta
26256ea4ed
Support GHC 9.8 (#108) (#112)
* Support GHC 9.8

* Update ghc-source-gen.cabal

* Add 9.8 GHC CI target
2024-04-01 08:56:12 -07:00
Greg Steuck
d920e8bd86
Repair unintentionally broken GHC 8.10.7 support (#111) 2024-01-26 08:48:27 -08:00
Jinwoo Lee
a758f8fe50 Update the version in the cabal file 2023-12-21 11:34:47 -08:00
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
Ollie Charles
7527305ed5
Support GHC 9.4 (#102)
* Support GHC 9.4

* Update ghc-source-gen.cabal

* Update package.yaml
2023-11-17 08:42:03 -08:00
Greg Steuck
70963ae934
Stack 9.0 new nightly (#96)
* Make Cabal 3.7 happy

* Roll forward stack-9.0.yaml to use resolver: nightly-2022-02-12

Co-authored-by: Bodigrim <andrew.lelechenko@gmail.com>
2022-02-11 21:13:11 -08:00
mrgutkun
72e2de1355
Bump version for a ghc-9.2-compatible release (#94) 2022-01-24 16:34:01 -08:00
Brandon Chinn
f6b9130d8f
Add support for GHC 9.2 (#92)
* [prefactor] Split up NoExtField/Placeholder helpers

* [prefactor] Use smart constructors

* Use nightly resolver

* Support GHC 9.2

* Fix for GHC 9.2

* Fix ghc-show-ast

* Readd GHC 9.0 to CI
2021-11-23 20:46:47 -08:00
Greg Steuck
b5b501745d
Update pre-generated cabal file to match package.yaml (#90) 2021-10-08 09:35:23 -07:00
Brandon Chinn
c0a451bddf
Commit cabal file (#88)
* Add cabal files
* Simplify CI config
* Check that the Cabal file is up to date
2021-08-20 13:23:49 -07:00