trurl 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+1/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- trurl.cabal +1/−5
trurl.cabal view
@@ -1,5 +1,5 @@ name: trurl-version: 0.3.0.1+version: 0.3.0.2 synopsis: Haskell template code generator description: Trurl is a haskell project and code generating utility. Use it for scaffolding your projects and entities.@@ -11,10 +11,6 @@ . trurl create MyProject scotty-mysql . - cd MyProject/src- . - trurl new Comment scotty-entity 'props:[comment#String, author#String!]'- . Trurl allows creating your own templates for projects as well as for files. Just put them to ~/.trurl/repo. For more details read here http://github.com/dbushenko/trurl