wai-handler-devel 1.0.0 → 1.1.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~old-timedep ~waidep ~wai-extra
Dependency ranges changed: old-time, wai, wai-extra, warp
Files
- wai-handler-devel.cabal +5/−5
wai-handler-devel.cabal view
@@ -1,5 +1,5 @@ Name: wai-handler-devel-Version: 1.0.0+Version: 1.1.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,16 +22,16 @@ Library Build-Depends: base >= 4 && < 5- , wai >= 1.0 && < 1.1- , wai-extra >= 1.0 && < 1.1+ , wai >= 1.1 && < 1.2+ , wai-extra >= 1.1 && < 1.2 , http-types >= 0.6 && < 0.7- , warp >= 1.0 && < 1.1+ , warp >= 1.1 && < 1.2 , directory >= 1.0.1 && < 1.2 , network >= 2.2.1.5 && < 2.4 , bytestring >= 0.9.1.4 && < 0.10 , hint >= 0.3.2.3 && < 0.4 , text >= 0.7 && < 0.12- , old-time >= 1.0 && < 1.1+ , old-time , transformers >= 0.2.2 && < 0.3 , attoparsec >= 0.10 Exposed-modules: Network.Wai.Handler.DevelServer