IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Inaccurate version bound / build failure for GHC < 7.10 #78

Closed hvr closed 5 years ago

hvr commented 5 years ago

As you can see at https://matrix.hackage.haskell.org/package/direct-sqlite@1550399426 the most recent direct-sqlite release failed to build on GHC 7.8 and older due to <$> not being in scope. This had a wide ranging fallout as it effectively broke all default-computed build-plans for those GHC versions that depend on direct-sqlite, such as e.g. https://matrix.hackage.haskell.org/package/sqlite-simple@1550483883

I've already revised the affected release via https://hackage.haskell.org/package/direct-sqlite-2.3.24/revisions/

You can inspect the resulting build-report matrix over at https://matrix.hackage.haskell.org/package/direct-sqlite@1550518781

There's no immediate need for action as the metadata has been corrected already on Hackage. But please either adapt the version bound for future releases (or restore compatibility with pre-GHC 7.10) to avoid this regression repeating with the next release of direct-sqlite.

Please let me know if you have any questions.

sigrlami commented 5 years ago

@hvr thanks for noticing. I'll address this in future releases.