Marco Z
Marco Z
I guess exposing lenses as in #57 would be a more general fix
Strangely, I'm able to import and use this library in a project, but unable to build it standalone.
I'm guessing this is due to stack not handling build-tools correctly (making GHC choke on an unrecognized token, which could only be from an Alex .x or Happy .y file)...
Update : this seems to be specific to GHC 8.2, since bumping the Stackage LTS version to 19.12 (== GHC 9.0.2) makes the problem disappear.
Apologies for the large diff, there were lots of trailing whitespaces
Hi @bjpop @andreasabel , could you approve CI testing on this PR? so I can see whether more work needs to be done for old GHCs. Thank you!
Added one in #74 , hopefully we'll be able to merge it soon.
This can be closed once #74 is merged.
9.4.1 is out (https://www.haskell.org/ghc/blog/20220807-ghc-9.4.1-released.html), these CI jobs can be restarted
@S4qib do you have a nice example to show what you have in mind?