scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.71k stars 132 forks source link

warp-3.4 not accepted #383

Closed ysangkok closed 4 months ago

ysangkok commented 4 months ago

It would be nice to accept the new warp release:

% cabal get scotty
Downloading  scotty-0.22
Downloaded   scotty-0.22
Unpacking to scotty-0.22/
% cd scotty-0.22 
% cabal outdated
Outdated dependencies:
warp >=3.0.13 && <3.4 (latest: 3.4.0)

stackage issue:

ocramz commented 4 months ago

"outdated" in what sense? CI tests against GHC up to 9.8.2

On Sun, 10 Mar 2024 at 01:11, Janus Troelsen @.***> wrote:

It would be nice to accept the new warp release:

% cabal get scotty Downloading scotty-0.22 Downloaded scotty-0.22 Unpacking to scotty-0.22/ % cd scotty-0.22 % cabal outdated Outdated dependencies: warp >=3.0.13 && <3.4 (latest: 3.4.0)

— Reply to this email directly, view it on GitHub https://github.com/scotty-web/scotty/issues/383, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNBDKG4JCWZZALHI2Y77WLYXOQL3AVCNFSM6AAAAABEOPRCMOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TONBVGU3DCMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ocramz commented 4 months ago

@ysangkok I've removed UBs on warp for scotty-0.21 and 0.22 as a Hackage metadata revision. BTW I'm also not a fan of dependency UBs (#371 )

ysangkok commented 2 months ago

Thank you!