google / ghc-source-gen

Library for generating Haskell source files and code fragments.
BSD 3-Clause "New" or "Revised" License
91 stars 29 forks source link

import of unqual shouldn't be conditional on ghc version; it's used unconditionally #110

Closed cumber closed 9 months ago

cumber commented 9 months ago

Needed to correct a build failure on GHC 8.10.

I've checked that it builds and the tests pass on GHC 9.6.4 as well.

Fixes #109

google-cla[bot] commented 9 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

blackgnezdo commented 9 months ago

@cumber I expanded on your fix in #111 to get the release ready.

cumber commented 9 months ago

@blackgnezdo Great, thanks. I'll close this PR then