trurl 0.3.0.3 → 0.3.0.4
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- src/Main.hs +1/−1
- trurl.cabal +2/−2
src/Main.hs view
@@ -23,7 +23,7 @@ putStrLn " version -- print version" printVersion :: IO ()-printVersion = putStrLn "0.3.0.0"+printVersion = putStrLn "0.3.0.x" main :: IO () main = do
trurl.cabal view
@@ -1,5 +1,5 @@ name: trurl-version: 0.3.0.3+version: 0.3.0.4 synopsis: Haskell template code generator description: Trurl is a haskell project and code generating utility. Use it for scaffolding your projects and entities.@@ -11,7 +11,7 @@ . trurl create MyProject scotty-mysql . - Trurl allows creating your own templates for projects as well as for files. Just put them to ~/.trurl/repo. + Trurl allows creating your own templates for projects as well as for files. homepage: http://github.com/dbushenko/trurl license: BSD3