Matt Parsons
Matt Parsons
Sure, which will be fixed with `cabal-fmt` later, but for now I still think warnings like this should not block revisions.
I think we can simply stop blocking revisions on parse warnings. They can be reported, sure, but blocking is unnecessary and harmful to UX. There are no line numbers in...
The entire point of *revisions* is to update an *old* thing. The next version of `persistent-test` will have `cabal-fmt` applied, but I don't care to implement that sort of autoformatting...
That is *also* rather obnoxious! Is `cabal-fmt` going to be part of `cabal` anytime soon?
Actually, I didnt' end up needing it - we were modifying the request headers for presigning [just like how `defaultHeaders`](https://github.com/brendanhay/amazonka/blob/4873cc451113147d071721c97704ac648d71e9ee/lib/amazonka/src/Amazonka/Presign.hs?plain=1#L77-L80) already does, so I was able to remove it. We...
I traced this down a bit, and we're doing something a little odd [here](https://github.com/parsonsmatt/hlint/blob/351fad25e85b3eab727e9c8f1184a8039e4007e4/src/Config/Yaml.hs?plain=1#L349): ```haskell restrictWithin >= maybe (pure [("","")]) (parseArray >=> concatMapM parseWithin) ``` If `within` is not provided,...
I've updated the workflow for GHC 9.12.2.
It would be great to get a revision on Hackage too 🙏🏻 Thanks!
So, it is also possible to pass multiple hlint files with `--hint`. I may go this route instead as #1639 means I can't import these in groups.
Test is failing: > haddock: internal error: /usr/local/.ghcup/ghc/9.4.3/lib/ghc-9.4.3/lib/../../../share/doc/ghc-9.4.3/html/libraries/array-0.5.4.0/array.haddock: openBinaryFile: does not exist (No such file or directory) `readInterfaceFile` calls `readBinMem` which calls `openBinaryFile`. Not really sure why this isn't working...