> cabal hell can really suck
Agreed, prepare to be happy:
https://www.fpcomplete.com/blog/2015/01/announcing-lts-haske...
> Haskell takes much longer to compile than Go
Also agree, however -O0 in your .cabal file's ghc-options (when -fdevelopment is true) and using -j${NUM_CPU_CORES} can really help.
> cabal hell can really suck
Agreed, prepare to be happy:
https://www.fpcomplete.com/blog/2015/01/announcing-lts-haske...
> Haskell takes much longer to compile than Go
Also agree, however -O0 in your .cabal file's ghc-options (when -fdevelopment is true) and using -j${NUM_CPU_CORES} can really help.