sheaf
sheaf
This is a patch to `generic-lens-1.2`, not `generic-lens-2.1`. That means it's not superseded by #130.
- Added a changelog entry (to `cabal-install-3.8.0.20220526.md`, let me know if it should be somewhere else). - Made the bootstrap test use this new functionality. - Addressed review comments.
Updated the changelog, grazie Francesco.
Could we get this merged?
Just ran into this issue trying to build documentation for dependencies of an executable, with a command of the form `cabal haddock exe:MyExe --enable-documentation` For the time being I re-compiled...
This doesn't seem to work on Windows. See https://github.com/haskell/haddock/pull/905#issuecomment-431852530.
Using nicckuk's changes, I was able to modify the [vulkan-triangles example](https://github.com/achirkin/vulkan/tree/master/vulkan-triangles) to use SDL2, see [here](https://github.com/sheaf/vulkan/tree/SDL). I've only tested this on my system (Windows 7 x64).
Sorry for the lack of response from my part on this, I'm not familiar with how VS Code actions work and thus don't have anything of value to contribute. Literate...
As of commit f3e5735, all of the brackets, braces and parentheses should now have a punctuation scope. Let me know if I've missed anything.
Thanks for the bug report. I'm not 100% sure how to proceed, because single line comments are allowed inside `{-# LANGUAGE #-}` pragmas, for instance. Do we need special logic...