Aditya Bhargava

Results 104 comments of Aditya Bhargava

Hey, I am not surprised this is failing, I haven’t used or updated ActionKid for a while. If you have a patch that fixes the error, feel free to submit...

What error do you see? This commit (https://github.com/egonSchiele/chips/commit/e39edbce75ed2c59733e7e2ea4ef4135b1f17088) should have resolved any issues.

Do you guys use [cabal sandboxes](http://coldwa.st/e/blog/2013-08-20-Cabal-sandbox.html)?

I just pushed a fix, could you please try again?

Unfortunately there's no way for me to know what versions of the libraries are on your machine, so this will be a bit of guess-and-check. Try changing the `build-depends` section...

I don't think I can help with this, sorry :/ Looks like you have stumbled into [cabal hell](http://www.reddit.com/r/haskell/comments/2al3vx/how_do_you_avoid_the_cabal_hell/). This is something specific to your machine, so you will have to...

That's great! Take a look at the [issues](https://github.com/egonSchiele/contracts.ruby/issues) and see if there's something that catches your eye! I'm happy to help guide you through the code as needed.

Yes, that would be great.

Hi both, Sorry for the late response! I just had my first child so will be intermittently responsive for a while. I'm glad you are both interested in maintaining! Maintaining...

I can't reproduce this, is there something I'm missing? ```ruby require "contracts" include Contracts module Foo Contract None => String def foo "hi" end end class Bar include Foo Contract...