haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

allow filepath versions < 1.6 #1724

Closed BebeSparkelSparkel closed 2 weeks ago

BebeSparkelSparkel commented 4 months ago

Able to compile with updated lens https://github.com/ekmett/lens/pull/1054

tchoutri commented 4 months ago

We probably need to drop GHC <8.10

tchoutri commented 4 months ago

@BebeSparkelSparkel would you mind rebasing on current HEAD?

ysangkok commented 4 months ago

Since

won't get merged any time soon, there is no rush with this.

ysangkok commented 3 weeks ago

@BebeSparkelSparkel if you want progress on this, I think it would make most sense to figure out the doctest failure on #1765. Because filepath is a boot library, so it's better to just upgrade it with everything else.

ysangkok commented 2 weeks ago

closing this since #1765 got merged