bugsquash.blogspot.com
Bug squash: October 2013
http://bugsquash.blogspot.com/2013_10_01_archive.html
Squashing bugs all day long. Monday, October 21, 2013. Towards a NuGet dependency monitor with OData and F#. Every now and then I bump into the Hackage Dependency Monitor. And wish there was something similar for NuGet. Nodejs also has something like this with David. As a maintainer of several packages, it would come in handy if something would tell me when a dependency gets outdated, instead of having to find out through a bug report or reading the new release announcement by coincidence. This means tha...
dannynavarro.net
An opinionated importing style for Haskell
http://dannynavarro.net/2014/03/17/an-opinionated-importing-style-for-haskell
An opinionated importing style for Haskell. Mar 17, 2014. Large part of Haskell. Code is just about imports. In many programming. Languages there is no ambiguity left about how to import, but Haskell. Leaves some room for personal style in this regard. There are some. Recommendations out there about importing style, but most is left to. Common sense. Your own judgment, once you are comfortable with Haskell. Should be perfectly fine, but newcomers who care about style consistency. The style I follow.