Matthew Wraith

Results 43 comments of Matthew Wraith

Just out of curiosity, why are there no `Seminearring` instances in the ElasticSearch version 5 work? @bermanjosh Great work by the way, I've been testing the V5 modules, and everything...

Yeah! This would be great :)

I'm on ghc-mod 5.5.0.0 with GHC 7.10.3 I have somewhat of a sneaking suspicion that this only happens in files where atomic-primops is somewhere in the dependencies. This doesn't seem...

Same. Also, my project does not have atomic-primops as an explicit dep. I also use unagi-chan in my project. Though, I get this error even in a package that doesn't...

I got the same issue with a file that uses `githash` with TemplateHaskell. I can see that OP's example used `gitrev`, which is a very similar package. Perhaps there's something...

I'm also getting slow sync times. I was just reading some documentation on `bcoin`, and I found this quote [here](https://github.com/bcoin-org/bcoin/blob/master/docs/Beginner's-Guide.md): > If the build fails compilation for bcoin-native or secp256k1-node...

Sure enough, if I do an `npm install` in any `bitcore-node` v5 version, release or git clone, I get: ``` prebuild-install || node-gyp rebuild || echo "Secp256k1 bindings compilation fail....

A thing that I think would work for stack at least is to detect if there's a stack project and then use `stack ghc` or `stack exec ghc` instead of...