Lisanna Dettwyler
Lisanna Dettwyler
> > (So, for example, running `cabal freeze` in CI is something I see people do a lot. I don't understand it because it seems to completely defeats the purpose...
Agreed, this is very clever... I had previously tried a similar method but hadn't thought of this technique to isolate the cache data for importing. Why is the layer cache...
We'll soon start adding conditional guards around test content that requires newer header versions which should solve this issue. I'll take a look at the BUILD file.
This was closed inadvertently because an internal PR linked against it. GitHub closed it automatically when it was merged. I intend to keep this open until the BUILD.md file is...
> And: What's the proposed way to identify the commit of this repo that works with a specific version of the loader? It's HEAD of master, the tests are intended...
Version guards will only work for 1.9 onwards, since a required macro in the headers is set to be released in 1.10. In other words, loaders with at least 1.9...
We're weighing the value of fixing backwards-compatibility issues for spec releases prior to 1.8. Is this particular issue still a concern?
I'm going to see if I can get this working... fingers crossed