This commit is contained in:
Dhananjay Balan 2019-01-12 20:01:58 -05:00
parent 1abceb9657
commit cd17762593

View File

@ -58,7 +58,7 @@ system-ghc: true
```
However this line doesn't have any effect unless you are on a `resolver` that uses the system ghc version, so I downgraded the resolver to `lts-12.26` that uses `ghc version 8.4.4` installed from ports.
And voila builds are back! 🥳
And ... builds are back! 🥳
## Reflections
1. The `stack` fix is landed on master, so next release should fix it (I did not test it).