Michal Rus

Results 109 comments of Michal Rus

Any progress with this? Or maybe how to avoid that? I guess turning it off for a fragment would help, cf. * #466 * #442

For the time being, we’re running this after Hindent… ```sh #!/bin/sh set -o errexit cd -P -- "$(dirname -- "$0")" # if [ "$1" = "backend-common/src/Backend/Log/Class.hs" ] ; then sed...

Related: https://github.com/commercialhaskell/hindent/issues/442

@Gipphe, oh, Servant is solved by adding this to your `.hindent.yaml`: ```yaml line-breaks: [":>", ":"] ``` Cf. https://github.com/chrisdone/hindent/issues?utf8=%E2%9C%93&q=is%3Aissue+servant But the problem remains for other cases…

@Gipphe, I completely agree. :angel:

A temporary workaround would be to parenthesize RHS which results in compillable code: ```haskell type family Unprotect (api :: k) :: k where Unprotect (Verb a b c (Cookied d))...

I mean, it’s mostly fine for our needs with #12’s quick patch. Also I like 0.0.0.2 more, simpler w/ just a single locale. :þ

Well, you can always make a PR, and if it doesn’t make it, you’ve got a working fork anyway. But wouldn’t you rather set up a CI script that checks...

I’ll be happy to merge when you remove the copy-paste.