Doug Beardsley
Doug Beardsley
Hmmm, that's strange. It seems to work with lts-12.11 and the same (or at least very close to the same) version for @korayal but not for @Lightyagami1. What OS are...
It's been awhile since I wrote it, but I think that the redundancy was intentional. Part of the premise is that these patterns don't sink in from doing them once....
It's probably because you're using GHC 7.8, which wasn't released yet when memoi.se was written. It still works fine for me with GHC 7.6.
I'd like to add another vote for this ticket. I'm not sure what the UI should be (`cabal typecheck` or `cabal build --typecheck` come to mind). Whether it's called "typecheck",...
I was thinking of something simple like this. https://github.com/tibbe/template/pull/11
Yes. I don't object to the constraint being there where needed. I just think it shouldn't be there across the board.
Ahh yes, good idea. I'll try to get to it when I have some free time.
Ahh yeah. I wrote this before I saw that example in the README. Anyway, I think it would be nice to have something like this included in the API in...
The defaulting seems like more of a special case situation to me. `subparser` seems like a much more general pattern. Yes, it's a relatively simple combination of `subgroups`, `mapM`, `localConfig`,...
Ooh, that sounds great!