Closed parsonsmatt closed 2 years ago
Ah, thanks for the report. The intent here is to grab default-extensions
so they don't need to be duplicated in the doctest execution.
Other fixes here could be to do that still, but from the cabal
file, or to just not do that. It's a relatively stable list. :shrug:
Should be fixed in v0.0.4.3: https://hackage.haskell.org/package/bugsnag-haskell-0.0.4.3/src/package.yaml
Trying to build the current version of
bugsnag-haskell
from Hackage and getting a nix-related failure.I think we'd want to include the
package.yaml
file inextra-source-files
or similar so it's included in the Hackage tarball.