packages feed

wai-handler-launch 1.1.0 → 1.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~blaze-builder-conduitdep ~conduitdep ~zlib-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-builder-conduit, conduit, zlib-conduit

API changes (from Hackage documentation)

Files

wai-handler-launch.cabal view
@@ -1,5 +1,5 @@ Name:                wai-handler-launch-Version:             1.1.0+Version:             1.1.0.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:             BSD3@@ -19,9 +19,9 @@                    , transformers            >= 0.2.2   && < 0.3                    , bytestring              >= 0.9.1.4 && < 0.10                    , blaze-builder           >= 0.2.1.4 && < 0.4-                   , conduit                 >= 0.2-                   , blaze-builder-conduit   >= 0.2-                   , zlib-conduit            >= 0.2+                   , conduit                 >= 0.2     && < 0.3+                   , blaze-builder-conduit   >= 0.2     && < 0.3+                   , zlib-conduit            >= 0.2     && < 0.3      if os(windows)         c-sources: windows.c