packages feed

wai-handler-launch 2.0.0 → 2.0.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~waidep ~warp

Dependency ranges changed: wai, warp

Files

wai-handler-launch.cabal view
@@ -1,5 +1,5 @@ Name:                wai-handler-launch-Version:             2.0.0+Version:             2.0.1.1 Synopsis:            Launch a web app in the default browser. Description:         This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down. License:             MIT@@ -13,8 +13,8 @@ Library     Exposed-modules: Network.Wai.Handler.Launch     build-depends:   base                    >= 4       && < 5-                   , wai                     >= 2.0     && < 2.1-                   , warp                    >= 2.0     && < 2.1+                   , wai                     >= 2.0     && < 2.2+                   , warp                    >= 2.0     && < 2.2                    , http-types              >= 0.7                    , transformers            >= 0.2.2   && < 0.4                    , bytestring              >= 0.9.1.4