yesod-examples 0.8.0.2 → 0.8.0.3
raw patch · 1 files changed
+13/−13 lines, 1 filesnew-component:exe:yesod-ajaxnew-component:exe:yesod-blognew-component:exe:yesod-chatnew-component:exe:yesod-file-echonew-component:exe:yesod-formnew-component:exe:yesod-generalized-hamletnew-component:exe:yesod-hamlet-synopsisnew-component:exe:yesod-i18nnew-component:exe:yesod-persistent-synopsisnew-component:exe:yesod-pretty-yamlnew-component:exe:yesod-sessionnew-component:exe:yesod-widgets
Files
- yesod-examples.cabal +13/−13
yesod-examples.cabal view
@@ -1,5 +1,5 @@ Name: yesod-examples-Version: 0.8.0.2+Version: 0.8.0.3 Synopsis: Example programs using the Yesod Web Framework. Description: These are the same examples and tutorials found on the documentation site. Homepage: http://www.yesodweb.com/@@ -15,52 +15,52 @@ static/yesod/ajax/style.css, static/chat.js -Executable blog+Executable yesod-blog Main-is: src/blog.lhs Build-depends: base >= 4 && < 5, yesod >= 0.8 && < 0.9 -Executable ajax+Executable yesod-ajax Main-is: src/ajax.lhs Build-depends: yesod-static -Executable file-echo+Executable yesod-file-echo Main-is: src/file-echo.lhs Build-depends: text -Executable pretty-yaml+Executable yesod-pretty-yaml Main-is: src/pretty-yaml.lhs Build-depends: data-object-yaml >= 0.3.0 && < 0.4, data-object >= 0.3.1 && < 0.4, bytestring >= 0.9 && < 0.10 -Executable i18n+Executable yesod-i18n Main-is: src/i18n.lhs -Executable session+Executable yesod-session Main-is: src/session.lhs -Executable widgets+Executable yesod-widgets Main-is: src/widgets.lhs Build-depends: yesod-form -Executable generalized-hamlet+Executable yesod-generalized-hamlet Main-is: src/generalized-hamlet.lhs -Executable form+Executable yesod-form Main-is: src/form.lhs -Executable persistent-synopsis+Executable yesod-persistent-synopsis Main-is: synopsis/persistent.lhs Build-depends: transformers >= 0.2.1 && < 0.3, persistent-sqlite, persistent-template -Executable hamlet-synopsis+Executable yesod-hamlet-synopsis Main-is: synopsis/hamlet.lhs Build-depends: hamlet -Executable chat+Executable yesod-chat Main-is: src/chat.hs Build-depends: stm