rodlogic

Results 41 comments of rodlogic

> Sure, if everybody agrees with that it's fine with me. Works for me, if that makes sense for whoever owns the haskell-distributed organization.

I see the repo moved nicely and the fork automatically points to the new location. It seems that the only real change required in my local fork is to update...

@hyperthunk A few comments (I may have more later): - the git workflow is quite similar to what I was following lately with one difference: I wasn't merging the feature...

@hyperthunk Re: stylish-haskell: sounds good! I don't have a strong preference and I buy the arguments.

See: [EKG](http://hackage.haskell.org/package/ekg), specially the core part where gauges, counter, labels, etc can be installed and then consumed/monitored. At first, a set of per OS process metrics and then an automatic...

@carymrobbins I have been a bit thin on time on my end. However, I did try including %debug in the .flex file, but I can't find the main method after...

I just tried to build the ghc-7.6 branch and got the following error after following the build instructions: ``` c++ vm/memorymanager.hh:10:10: fatal error: 'tr1/unordered_set' file not found #include ``` So...

Thanks for the pointers! I will try to get past this compilation issue (I am on Mavericks XCode/clang 5.0 and gcc 4.2 installed using brew - it was able to...

I didn't have time to follow up on this so far (hope to have soon). In any case, wondering if you saw this: https://github.com/franko/luajit-lang-toolkit And was wondering if your project...

I see that @kvanberendonck has fixed the tr1 issue with the build: thanks! The build now compiles all the way until it hits the need for integer-simple, which is my...