Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

I am having this issue on a MacOS github hosted runner with this action: ```yaml - uses: actions/[email protected] name: Setup Haskell id: setup-haskell with: ghc-version: 8.8.4 ``` The output from...

stack-root is where snapshot dependencies are stored, and this path is commonly needed when enabling caching. Adding it as an output to setup-haskell allows the client projects to not have...

[Stack 2.3.3](https://github.com/commercialhaskell/stack/releases/tag/v2.3.3) was released on 2020-08-05. Stack 2.3.3 is also now the preinstalled version for the github-hosted runners [[1]](https://docs.github.com/en/actions/reference/software-installed-on-github-hosted-runners), so currently github action builds using setup-haskell with `stack-version: latest` produce...

**Describe the bug** The lorri daemon fails to build my project's environment, saying "No such file or directory (os error 2)" in the logs. But running `lorri watch` successfully builds...

There is an open issue to add Elm support to Travis-CI (https://github.com/travis-ci/travis-build/pull/934). Part of the process of getting Elm support approved is to have a group of at least three...

Moved here from #11 via @rogeriochaves > It would be much better if we could not depend on loading order, with a solution like this: https://github.com/elm-community/webgl/pull/14/files > > But idk...

I am currently looking at a test where I just made some schema changes, and now I am (correctly) getting a schema validation failure, but the error message is not...