atom-haskell / ide-haskell-hasktags

Hasktags-powered replacement for symbols-view on Haskell projects
https://atom.io/packages/ide-haskell-hasktags
MIT License
6 stars 2 forks source link

Increase output buffer for execFile #16

Closed mb21 closed 6 years ago

mb21 commented 6 years ago

to avoid maxBuffer exceeded error message I was getting.

lierdakil commented 6 years ago

Thanks for the contribution! Why not Infinity though? At least that's what is used in other projects.

mb21 commented 6 years ago

Good idea! I've changed the commit...

lierdakil commented 6 years ago

Cool, thanks. I'll try to push out a release shortly.