snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Not included in Stackage lts-20.0 due to dependency on disabled 'readable' package #228

Closed lylek closed 1 year ago

lylek commented 1 year ago

We use Snap and are upgrading GHC to 9.2.5, but the new Stackage resolver LTS 20.0 doesn't include snap-core. The reason is that it depends on the readable package, which is disabled.

https://github.com/commercialhaskell/stackage/blob/master/build-constraints.yaml#L6982

Would love to see this dependency eliminated so Snap can be re-included in current Stackage resolvers.

cydparser commented 1 year ago

The nightly snapshot now includes reabable.