happs-tutorial 0.5.0 → 0.5.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- happs-tutorial.cabal +1/−1
- src/Controller.hs +1/−1
happs-tutorial.cabal view
@@ -1,5 +1,5 @@ Name: happs-tutorial-Version: 0.5.0+Version: 0.5.1 Synopsis: A HAppS Tutorial that is is own demo Description: A nice way to learn how to build web sites with HAppS
src/Controller.hs view
@@ -107,7 +107,7 @@ staticfiles = [ staticserve "static" , staticserve "userdata"- , browsedirHS "projectroot" "."+ , browsedir "projectroot" "." , browsedirHS "templates" "templates" , browsedirHS "src" "src" ]