packages feed

wai-handler-devel 1.2.0.2 → 1.3.0

raw patch · 2 files changed

+8/−8 lines, 2 filesdep ~http-typesdep ~waidep ~wai-extra

Dependency ranges changed: http-types, wai, wai-extra, warp

Files

Network/Wai/Handler/DevelServer.hs view
@@ -190,7 +190,7 @@     runInterpreter $ do         loadModules [modu]         mods <- getLoadedModules-        setImports ["Prelude", "Network.Wai", "Data.Enumerator", "Data.ByteString.Internal", modu]+        setImports ["Prelude", "Network.Wai", "Data.Enumerator", "Data.ByteString.Internal", "Control.Monad.Trans.Resource", modu]         app <- interpret func infer         return (app, map toFile mods)   where
wai-handler-devel.cabal view
@@ -1,5 +1,5 @@ Name:                wai-handler-devel-Version:             1.2.0.2+Version:             1.3.0 Synopsis:            WAI server that automatically reloads code after modification. Description:         This handler automatically reloads your source code upon any changes. It works by using the hint package, essentially embedding GHC inside the handler. The handler (both the executable and library) takes three arguments: the port to listen on, the module name containing the application function, and the name of the function.                      .@@ -22,12 +22,12 @@  Library   Build-Depends:     base                  >= 4             && < 5-                   , wai                   >= 1.2           && < 1.3-                   , wai-extra             >= 1.2           && < 1.3-                   , http-types            >= 0.6           && < 0.7-                   , warp                  >= 1.2           && < 1.3-                   , directory                >= 1.0.1 && < 1.2-                   , network                  >= 2.2.1.5 && < 2.4+                   , wai                   >= 1.3           && < 1.4+                   , wai-extra             >= 1.3           && < 1.4+                   , http-types            >= 0.7           && < 0.8+                   , warp                  >= 1.3           && < 1.4+                   , directory             >= 1.0.1         && < 1.2+                   , network               >= 2.2.1.5       && < 2.4                    , bytestring            >= 0.9.1.4                    , hint                  >= 0.3.2.3       && < 0.4                    , text                  >= 0.7           && < 0.12