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

Please update dependencies #220

Closed ezzieyguywuf closed 1 year ago

ezzieyguywuf commented 3 years ago

Specifically, I am requesting:

I have compiled successfully using ghc-8.10.3 with no apparent problems.

If you are able to make these changes and release a new version, it will allow us to better package this in gentoo.

maralorn commented 2 years ago

As of now the following bounds are all to strict, but snap works fine with disabling them:


       > Setup: Encountered missing or private dependencies:
       > QuickCheck >=2.4.2 && <2.14,
       > aeson >=0.6 && <1.5,
       > attoparsec >=0.10 && <0.14,
       > base >=4 && <4.15,
       > dlist >=0.5 && <0.9,
       > lens >=3.7.6 && <4.20,
       > mwc-random >=0.8 && <0.15
ysangkok commented 2 years ago

Text should also be made more compatible, see also

cydparser commented 1 year ago

Done