Harendra Kumar
Harendra Kumar
It is not right to upgrade package without asking the user. We should use `--no-upgrade` option to apt-get. ``` Reading package lists... Done Building dependency tree Reading state information... Done...
Installing haskell-vim-now consumed several GB of space on my VM. Most of it due to hoogle database creation. Should hoogle database creation be left to the user instead?
For `C` I was used to `[[` and `]]` to move to start and end of functions. I was looking for something similar for Haskell and I found this plugin:...
I tried benchmarking pure lists, pure vectors and monadic vector streams to see how they fare against each other. Surprisingly monadic vector seems to be doing better than the other...
By making it a library haddock can work on it. Alternatively, we can write them as .lhs. Once we do that we should be able to integrate the examples directly...
To track finishing the example on the traffic-router branch.
`cabal sdist` complains: ``` Warnings: - 'ghc-options: -main-is' is not portable. ``` Also, we do not really need this for at least those executables which are not required to have...