Results 189 comments of Taylor Fausak
trafficstars

I think the comment would need to go after the `where`. For example: ``` hs {-# language Arrows #-} selectByIds cids = toFullEvents (toList cids) = do t@(cid', _, _,...

It seems like the `datadecl` branch has drifted away from `master` a little. Would it be worthwhile to bring it up to date?

Progress is being made in this direction. See #161.

If you'd like to open a PR making these changes, I'd be happy to merge it :smile:

I'm not exactly sure what you're asking for. Do you want Brittany to consume or produce code without layouting?

It is possible to disable formatting entirely, which will preserve the explicit brackets and semicolons. ``` sh $ cat gh317.hs -- brittany-disable-next-binding main = do { print 1; print 2...

For posterity, here's the output from Brittany: ``` hs bubble lastL i | i

I think this would be nice to have. As #119 notes, there's no standard way to encode booleans in CSVs. Case in point, I'm parsing a file now that uses...

As a package maintainer, I want these notifications. If a trustee changes one of my packages on Hackage, I want to know. I also want these notifications to be opt-out...

My opinions: - All members of the current maintainer group should be notified. - Extra email addresses listed in the Cabal file should not be notified. - Opting out per...