packages feed

mohws 0.2.1.1 → 0.2.1.2

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~filepathdep ~old-timedep ~process

Dependency ranges changed: filepath, old-time, process, transformers, unix

Files

mohws.cabal view
@@ -1,5 +1,5 @@ Name:         mohws-Version:      0.2.1.1+Version:      0.2.1.2 Author:       Simon Marlow, Bjorn Bringert <bjorn@bringert.net> Copyright:    Simon Marlow, Bjorn Bringert Maintainer:   Henning Thielemann <webserver@henning-thielemann.de>@@ -28,7 +28,7 @@ Source-Repository this   Type:     darcs   Location: http://code.haskell.org/mohws/-  Tag:      0.2.1.1+  Tag:      0.2.1.2  Flag dynamic   description: Build server with dynamically loaded plugins@@ -38,17 +38,17 @@   Build-depends:     HTTP >=4000.0.4 && <4001,     network >=2.1 && <2.4,-    unix >=2.3 && <2.5,+    unix >=2.3 && <2.6,     parsec >=2.1 && <3.2,     html >=1.0 && <1.1,-    process >=1.0 && <1.1,+    process >=1.0 && <1.2,     containers >=0.1 && <0.5,-    old-time >=1.0 && <1.1,+    old-time >=1.0 && <1.2,     old-locale >=1.0 && <1.1,     bytestring >=0.9 && <0.10,-    filepath >=1.1 && <1.3,+    filepath >=1.1 && <1.4,     utility-ht >=0.0.3 && <0.1,-    transformers >=0.2 && <0.3,+    transformers >=0.2 && <0.4,     explicit-exception >=0.1 && <0.2,     data-accessor >=0.2 && <0.3,     directory >=1.0 && <1.2,@@ -98,7 +98,7 @@     Network.MoHWS.Server.Environment     Network.MoHWS.ByteString     -- it's needed for linking parallelweb, but it hurts haddock-    -- Paths_mohws+    Paths_mohws  Executable hws   Main-is: Main.hs