Neil Mitchell

Results 224 issues of Neil Mitchell

Try GADTs, data type instances, associated data types

See https://github.com/commercialhaskell/stack/issues/2982, the instructions could be simpler if there was only one file.

stack bug

"stack new" fails in both cases with: HttpExceptionRequest Request { host = "raw.githubusercontent.com" port = 443 secure = True requestHeaders = [("If-None-Match","\"8ef96691e15d68bb890626821e8624b1b19e0b6c\"")] path = "/commercialhaskell/stack-templates/master/new-template.hsfiles" queryString = "" method =...

stack bug

Does https://docs.haskellstack.org/en/stable/yaml_configuration/#setup-info really work? See https://github.com/commercialhaskell/stack/issues/2983.

stack bug

How stable are profile results? If we could diff profile outputs and see what got more expensive, would that help spot performance regressions?

Requires https://github.com/maoe/ghc-prof/issues/9

It's now out.

I don't really use this library that much anymore. I used to use it at `$WORK` and as part of MinGHC, but I changed `$JOB` and MinGHC got discontinued. A...

I currently disable the complete Haddock doc check because lots of things fail. I should fix the docs and enable it.

Currently some functions, e.g. `strReplace` expand to a lot of code. I should reuse that code in a function. Likely the syntax would be: ``` strReplace x y z =...