yesod 1.1.9.2 → 1.1.9.3
raw patch · 7 files changed
+67/−67 lines, 7 files
Files
- hsfiles/mongo.hsfiles +11/−11
- hsfiles/mysql.hsfiles +11/−11
- hsfiles/postgres-fay.hsfiles +11/−11
- hsfiles/postgres.hsfiles +11/−11
- hsfiles/simple.hsfiles +11/−11
- hsfiles/sqlite.hsfiles +11/−11
- yesod.cabal +1/−1
hsfiles/mongo.hsfiles view
@@ -398,7 +398,7 @@ , yesod-static >= 1.1 && < 1.2 , yesod-default >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.3- , clientsession >= 0.8 && < 0.9+ , clientsession >= 0.8 && < 0.10 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 , persistent >= 1.1 && < 1.2@@ -5274,10 +5274,10 @@ <li> 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 #form> This is an example trivial Form. Read the # \<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #@@ -5385,7 +5385,7 @@ margin: 0; } -/* +/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ @@ -5445,9 +5445,9 @@ * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */ -b, -strong { - font-weight: bold; +b,+strong {+ font-weight: bold; } blockquote {@@ -5577,7 +5577,7 @@ } /*- * Corrects overflow displayed oddly in IE9 + * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {@@ -5672,8 +5672,8 @@ */ button,-html input[type="button"], -input[type="reset"], +html input[type="button"],+input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */@@ -5736,7 +5736,7 @@ Tables ========================================================================== */ -/* +/* * Remove most spacing between table cells */
hsfiles/mysql.hsfiles view
@@ -401,7 +401,7 @@ , yesod-static >= 1.1 && < 1.2 , yesod-default >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.3- , clientsession >= 0.8 && < 0.9+ , clientsession >= 0.8 && < 0.10 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 , persistent >= 1.1 && < 1.2@@ -5303,10 +5303,10 @@ <li> 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 #form> This is an example trivial Form. Read the # \<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #@@ -5414,7 +5414,7 @@ margin: 0; } -/* +/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ @@ -5474,9 +5474,9 @@ * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */ -b, -strong { - font-weight: bold; +b,+strong {+ font-weight: bold; } blockquote {@@ -5606,7 +5606,7 @@ } /*- * Corrects overflow displayed oddly in IE9 + * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {@@ -5701,8 +5701,8 @@ */ button,-html input[type="button"], -input[type="reset"], +html input[type="button"],+input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */@@ -5765,7 +5765,7 @@ Tables ========================================================================== */ -/* +/* * Remove most spacing between table cells */
hsfiles/postgres-fay.hsfiles view
@@ -439,7 +439,7 @@ , yesod-form >= 1.1 && < 1.3 , yesod-fay >= 0.1 , fay >= 0.9- , clientsession >= 0.8 && < 0.9+ , clientsession >= 0.8 && < 0.10 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 , persistent >= 1.1 && < 1.2@@ -5384,10 +5384,10 @@ <li> 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 #form> This is an example trivial Form. Read the # \<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #@@ -5500,7 +5500,7 @@ margin: 0; } -/* +/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ @@ -5560,9 +5560,9 @@ * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */ -b, -strong { - font-weight: bold; +b,+strong {+ font-weight: bold; } blockquote {@@ -5692,7 +5692,7 @@ } /*- * Corrects overflow displayed oddly in IE9 + * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {@@ -5787,8 +5787,8 @@ */ button,-html input[type="button"], -input[type="reset"], +html input[type="button"],+input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */@@ -5851,7 +5851,7 @@ Tables ========================================================================== */ -/* +/* * Remove most spacing between table cells */
hsfiles/postgres.hsfiles view
@@ -401,7 +401,7 @@ , yesod-static >= 1.1 && < 1.2 , yesod-default >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.3- , clientsession >= 0.8 && < 0.9+ , clientsession >= 0.8 && < 0.10 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 , persistent >= 1.1 && < 1.2@@ -5277,10 +5277,10 @@ <li> 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 #form> This is an example trivial Form. Read the # \<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #@@ -5388,7 +5388,7 @@ margin: 0; } -/* +/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ @@ -5448,9 +5448,9 @@ * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */ -b, -strong { - font-weight: bold; +b,+strong {+ font-weight: bold; } blockquote {@@ -5580,7 +5580,7 @@ } /*- * Corrects overflow displayed oddly in IE9 + * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {@@ -5675,8 +5675,8 @@ */ button,-html input[type="button"], -input[type="reset"], +html input[type="button"],+input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */@@ -5739,7 +5739,7 @@ Tables ========================================================================== */ -/* +/* * Remove most spacing between table cells */
hsfiles/simple.hsfiles view
@@ -328,7 +328,7 @@ , yesod-static >= 1.1 && < 1.2 , yesod-default >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.3- , clientsession >= 0.8 && < 0.9+ , clientsession >= 0.8 && < 0.10 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 , template-haskell@@ -5153,10 +5153,10 @@ <li> 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 #form> This is an example trivial Form. Read the # \<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #@@ -5264,7 +5264,7 @@ margin: 0; } -/* +/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ @@ -5324,9 +5324,9 @@ * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */ -b, -strong { - font-weight: bold; +b,+strong {+ font-weight: bold; } blockquote {@@ -5456,7 +5456,7 @@ } /*- * Corrects overflow displayed oddly in IE9 + * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {@@ -5551,8 +5551,8 @@ */ button,-html input[type="button"], -input[type="reset"], +html input[type="button"],+input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */@@ -5615,7 +5615,7 @@ Tables ========================================================================== */ -/* +/* * Remove most spacing between table cells */
hsfiles/sqlite.hsfiles view
@@ -401,7 +401,7 @@ , yesod-static >= 1.1 && < 1.2 , yesod-default >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.3- , clientsession >= 0.8 && < 0.9+ , clientsession >= 0.8 && < 0.10 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 , persistent >= 1.1 && < 1.2@@ -5273,10 +5273,10 @@ <li> 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 #form> This is an example trivial Form. Read the # \<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #@@ -5384,7 +5384,7 @@ margin: 0; } -/* +/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ @@ -5444,9 +5444,9 @@ * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */ -b, -strong { - font-weight: bold; +b,+strong {+ font-weight: bold; } blockquote {@@ -5576,7 +5576,7 @@ } /*- * Corrects overflow displayed oddly in IE9 + * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {@@ -5671,8 +5671,8 @@ */ button,-html input[type="button"], -input[type="reset"], +html input[type="button"],+input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */@@ -5735,7 +5735,7 @@ Tables ========================================================================== */ -/* +/* * Remove most spacing between table cells */
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 1.1.9.2+version: 1.1.9.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>