pbrisbin / bugsnag-haskell

Bugsnag error reporter for Haskell
10 stars 7 forks source link

Cabal tarball doesn't include fixtures #45

Closed MaxGabriel closed 6 years ago

MaxGabriel commented 6 years ago

The cabal tarball doesn't include the fixtures directory the tests use. This causes the code index tests to fail. I ran into this when building with Nix, which downloaded the package from hackage and then ran tests, but failed on the code index tests.

To reproduce, download the tarball from https://hackage.haskell.org/package/bugsnag-haskell-0.0.2.1/bugsnag-haskell-0.0.2.1.tar.gz

pbrisbin commented 6 years ago

Should be fixed in v0.0.2.2. Please re-open if not.

MaxGabriel commented 6 years ago

Cool, thanks Pat 👍