Martin Allen
Martin Allen
I personally felt the pain on not having this when writing kepler and trying to keep it close to the cosmos-sdk. I don't know how it is now, but at...
I am working on this issue as a "good first issue", but I'm not sure that the second point about "reexported modules" makes sense in light of the first. If...
Furthermore, the following behavior of reexporting hidden modules is currently allowed, which also seems problematic (modified example from test case): ``` haskell_library( name = "lib-a", srcs = glob(["lib-a/*.hs"]), hidden_modules =...
I'm not sure I see an example in the test folder which uses the `modules` attribute, and I'm having trouble determining what it might be from the source code. It...
Regarding [this issue](https://github.com/tweag/rules_haskell/issues/1687#issuecomment-1197384751) about re-exporting hidden modules from dependencies that I highlighted above, this actually results in a ghc panic  You also get this panic if...
opened as #1811
I'm interested in giving one of these a shot, whichever you think is in the intersection of most useful and straight-forward. Any suggestions ?
I have also now been bitten by this. It seems like there are some proposed solutions even in PR, and other forks have been using them. Would be great to...
On a related note, it appears that the unicode `Char` generator includes the code point `65536` (`chooseInt` is inlcusive?). Shouldn't this be `65535`? (FYI, I've verified that this is not...
Does something like this seem right? https://github.com/f-o-a-m/purescript-bytestrings/pull/1/files#diff-71732b478b4808898d86c8591ad7ab46d8122c1e4facec4a9151ac49efba905dR107-R137 At least it passes the utf-8 round trip