hsfiles update
This commit is contained in:
parent
525467cf57
commit
d1a44454e4
@ -10,6 +10,7 @@ config/client_session_key.aes
|
|||||||
*.o
|
*.o
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
.hsenv*
|
.hsenv*
|
||||||
|
cabal-dev/
|
||||||
yesod-devel/
|
yesod-devel/
|
||||||
|
|
||||||
{-# START_FILE Application.hs #-}
|
{-# START_FILE Application.hs #-}
|
||||||
@ -5729,10 +5730,10 @@ $maybe msg <- mmsg
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the #
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the #
|
This is an example trivial Form. Read the #
|
||||||
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
|
|||||||
@ -10,6 +10,7 @@ config/client_session_key.aes
|
|||||||
*.o
|
*.o
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
.hsenv*
|
.hsenv*
|
||||||
|
cabal-dev/
|
||||||
yesod-devel/
|
yesod-devel/
|
||||||
|
|
||||||
{-# START_FILE Application.hs #-}
|
{-# START_FILE Application.hs #-}
|
||||||
@ -5759,10 +5760,10 @@ $maybe msg <- mmsg
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the #
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the #
|
This is an example trivial Form. Read the #
|
||||||
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
|
|||||||
@ -11,6 +11,7 @@ config/client_session_key.aes
|
|||||||
*.sqlite3
|
*.sqlite3
|
||||||
fay/Language/Fay/Yesod.hs
|
fay/Language/Fay/Yesod.hs
|
||||||
.hsenv*
|
.hsenv*
|
||||||
|
cabal-dev/
|
||||||
yesod-devel/
|
yesod-devel/
|
||||||
|
|
||||||
{-# START_FILE Application.hs #-}
|
{-# START_FILE Application.hs #-}
|
||||||
@ -433,8 +434,8 @@ library
|
|||||||
, yesod-auth >= 1.2 && < 1.3
|
, yesod-auth >= 1.2 && < 1.3
|
||||||
, yesod-static >= 1.2 && < 1.3
|
, yesod-static >= 1.2 && < 1.3
|
||||||
, yesod-form >= 1.3 && < 1.4
|
, yesod-form >= 1.3 && < 1.4
|
||||||
, yesod-fay >= 0.1
|
, yesod-fay >= 0.4
|
||||||
, fay >= 0.9
|
, fay >= 0.16
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 1.2 && < 1.3
|
, persistent >= 1.2 && < 1.3
|
||||||
@ -894,7 +895,7 @@ data Command = GetFib Int (Returns Int)
|
|||||||
module Home where
|
module Home where
|
||||||
|
|
||||||
import Prelude
|
import Prelude
|
||||||
import Language.Fay.FFI
|
import Fay.FFI
|
||||||
import Language.Fay.Yesod
|
import Language.Fay.Yesod
|
||||||
import SharedTypes
|
import SharedTypes
|
||||||
|
|
||||||
@ -5840,10 +5841,10 @@ $maybe msg <- mmsg
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the #
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the #
|
This is an example trivial Form. Read the #
|
||||||
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
|
|||||||
@ -10,6 +10,7 @@ config/client_session_key.aes
|
|||||||
*.o
|
*.o
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
.hsenv*
|
.hsenv*
|
||||||
|
cabal-dev/
|
||||||
yesod-devel/
|
yesod-devel/
|
||||||
|
|
||||||
{-# START_FILE Application.hs #-}
|
{-# START_FILE Application.hs #-}
|
||||||
@ -5733,10 +5734,10 @@ $maybe msg <- mmsg
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the #
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the #
|
This is an example trivial Form. Read the #
|
||||||
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
|
|||||||
@ -10,6 +10,7 @@ config/client_session_key.aes
|
|||||||
*.o
|
*.o
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
.hsenv*
|
.hsenv*
|
||||||
|
cabal-dev/
|
||||||
yesod-devel/
|
yesod-devel/
|
||||||
|
|
||||||
{-# START_FILE Application.hs #-}
|
{-# START_FILE Application.hs #-}
|
||||||
@ -5610,10 +5611,10 @@ $maybe msg <- mmsg
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the #
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the #
|
This is an example trivial Form. Read the #
|
||||||
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
|
|||||||
@ -10,6 +10,7 @@ config/client_session_key.aes
|
|||||||
*.o
|
*.o
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
.hsenv*
|
.hsenv*
|
||||||
|
cabal-dev/
|
||||||
yesod-devel/
|
yesod-devel/
|
||||||
|
|
||||||
{-# START_FILE Application.hs #-}
|
{-# START_FILE Application.hs #-}
|
||||||
@ -5729,10 +5730,10 @@ $maybe msg <- mmsg
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the #
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
\<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the #
|
This is an example trivial Form. Read the #
|
||||||
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
\<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user