kibro 0.4 → 0.4.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- executable/Main.hs +2/−2
- kibro.cabal +1/−1
executable/Main.hs view
@@ -193,8 +193,8 @@ name <- projectName dir <- projectDir out <- gets $ projOutDir . fromJust . kibProject- main <- gets $ projMainIs . fromJust . kibProject- let main = dir </> main+ main' <- gets $ projMainIs . fromJust . kibProject+ let main = dir </> main' fcgi = out </> name ++ ".fcgi" fcgiExists <- liftIO $ doesFileExist fcgi if fcgiExists
kibro.cabal view
@@ -1,5 +1,5 @@ name: kibro-version: 0.4+version: 0.4.1 synopsis: Web development framework. description: Web development framework. category: Web