packages feed

wai-handler-devel 0.1.1 → 0.1.1.1

raw patch · 1 files changed

+2/−3 lines, 1 filesdep −sendfiledep ~network

Dependencies removed: sendfile

Dependency ranges changed: network

Files

wai-handler-devel.cabal view
@@ -1,5 +1,5 @@ Name:                wai-handler-devel-Version:             0.1.1+Version:             0.1.1.1 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.                      .@@ -25,8 +25,7 @@                    , wai >= 0.2.1 && < 0.3                    , wai-extra >= 0.2.3 && < 0.3                    , directory >= 1.0 && < 1.1-                   , sendfile >= 0.6 && < 0.8-                   , network >= 2.2 && < 2.3+                   , network >= 2.2 && < 2.4                    , bytestring >= 0.9 && < 0.10                    , hint >= 0.3.2.3 && < 0.4                    , utf8-string >= 0.3 && < 0.4