haskell.nix icon indicating copy to clipboard operation
haskell.nix copied to clipboard

`writeHieFiles = true` breaks on `mtl-compat`

Open dhess opened this issue 2 years ago • 7 comments

We've been using writeHieFiles = true since it was introduced, but now that we're pulling in Protolude, which pulls in mtl-compat-0.2.2, it's breaking on mtl-compat. See https://gist.github.com/dhess/861e91625bff4d6401494c40cffe6a96

Any idea why it might be breaking on that package? Any way to disable wriiteHieFiles just for that package?

dhess avatar Sep 20 '21 22:09 dhess