Daniel P. Brice
Daniel P. Brice
Re: https://github.com/typeclasses/haskell-phrasebook/issues/14
* working with paths and directories * concurrently working with processes This is marked as _WIP_ because it has a few problems: 1. How to (or is it even a...
This is how I check my git repos every morning. This is a pretty long example, so it probably needs to be split into three smaller examples (which I'm happy...
Closes https://github.com/ndmitchell/hlint/issues/1434
HLint does not seem to correctly report `"Use underscore"` hints unless a file exlicitly has a `NumericUnderscores` pragma, despite specifying `-XNumericUnderscores` in `.hlint.yaml`. Demo: https://github.com/friedbrice/hlint-use-underscore
Ghci outputs JSON when invoked with flag `-ddump-json`. However, using this flag with Ghcid causes Ghcid to crash on the first error it encounters. It would be neat if Ghcid...
Is there a reason that TLS is shunted off to its own package and isn't supported out of the box?
I have some Haskell files in my project directory outside of the traditional `./src/`, `./app/` and `./test/` directories. Examples are `./dev-tools.hs` where I keep some things I like to use...