varosi

Results 61 comments of varosi

Sorry, it is still not working. My fault. This is the error after removing all the version constraints in .cabal file and leave Stack decide right combination of libraries. As...

I have put one pull request about it - https://github.com/ulikoehler/cereal-text/pull/2

My patch was not that good and I'll try to make you better to support GHC 7.6, 7.8, 7.10 and 8. Stackage is actually done that problem with linking hard...

You're welcome! I hope they are okay now.

It is working for LTS-6.1 which is setup in GitHub in stack.yaml, which is great! But when I try with latest nightly of Stackage (with GHC 8) there is still...

Hello! Are there plans this branch to be merged into "master" in near future? It'll be very helpful to me.

I'm absolutely Okay to wait for new changes to enter in Hackage. It will make my small project even more robust, because currently all types of angles are Dimentionless. Main...

I mean to differentiate Float, from Plane angle and from Solid angle. Those to be three separate types similarly to velocity, time, etc. What could be the cost? Will it...

I don't think that dividing Lengths should result in a PlaneAngle - it's a ratio (Dimensionless) and people could interpret that ratio in different contexts. Elevation and Azimuth angles should...