mohws 0.2.1.4 → 0.2.1.5
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~filepathdep ~processdep ~unix
Dependency ranges changed: filepath, process, unix
Files
- mohws.cabal +5/−5
- src/Network/MoHWS/Part/Index.hs +1/−1
mohws.cabal view
@@ -1,5 +1,5 @@ Name: mohws-Version: 0.2.1.4+Version: 0.2.1.5 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.4+ Tag: 0.2.1.5 Flag dynamic description: Build server with dynamically loaded plugins@@ -39,15 +39,15 @@ HTTP >=4000.0.4 && <4001, network >=2.6 && <2.7, network-uri >=2.6 && <2.7,- unix >=2.3 && <2.7,+ unix >=2.3 && <2.8, parsec >=2.1 && <3.2, html >=1.0 && <1.1,- process >=1.0 && <1.2,+ process >=1.0 && <1.5, containers >=0.1 && <0.6, old-time >=1.0 && <1.2, old-locale >=1.0 && <1.1, bytestring >=0.9 && <0.11,- filepath >=1.1 && <1.4,+ filepath >=1.1 && <1.5, utility-ht >=0.0.3 && <0.1, transformers >=0.2 && <0.6, explicit-exception >=0.1 && <0.2,
src/Network/MoHWS/Part/Index.hs view
@@ -27,7 +27,7 @@ import Network.MoHWS.Utility (statFile, hasTrailingSlash, ) import Data.Maybe (fromMaybe, )-import Control.Monad.Trans.Maybe (MaybeT, runMaybeT, )+import Control.Monad.Trans.Maybe (runMaybeT, ) import Control.Monad.Trans.Class (lift, ) import Control.Monad (guard, )