Commit Graph

43 Commits

Author SHA1 Message Date
David Hewson
8585893b1d bump yesod version 2020-08-09 13:45:16 +01:00
David Hewson
8069d42d90 use globFilePackage in widgetFileReload and widgetFileNoReload
this will mean that files can be build from another directory whilst still finding the package's templates
2020-08-07 13:23:17 +01:00
David Hewson
b73a95c8b6 globFilePackage which provides absolute globFile paths within package 2020-08-07 13:23:17 +01:00
Maximilian Tagher
51b4bde6d9
Merge pull request #1658 from v0d1ch/1655_Replace-decodeFile-with-decodeFileEither
Replace decodeFile with decodeFileEither
2020-06-26 12:52:32 -04:00
eric
d382d67769
Fix small typo in documentation
This PR seeks to correct a small typo in the word _continuously_.
2020-05-23 11:29:06 -07:00
Sasha Bogicevic
cfaf517f54 Replace decodeFile with decodeFileEither 2020-01-28 09:18:59 +01:00
Juan Paucar
c279547962 Remove unnecesary Typeable deriving 2020-01-17 11:48:58 -05:00
Michael Snoyman
6830a9840c
Merge branch 'better-monads' into no-transformers 2018-01-17 06:43:52 +02:00
Michael Snoyman
103c098cf8
Catch up with Data.Conduit.Combinators 2018-01-10 12:16:31 -08:00
Michael Snoyman
aefd074efa Cleanup GHC 8 redundant constraints 2017-02-05 13:35:12 +02:00
Michael Snoyman
3dc2d10b30 Compile with -Wall -Werror 2017-02-05 12:09:18 +02:00
Michael Snoyman
38fec7f8b8 Reduce dependencies 2017-01-03 12:45:11 +02:00
Paul Rouse
a46dcbedc2 Revised don't keep partial autogen file when exception occurs 2016-11-10 22:07:20 +00:00
Paul Rouse
4ab830c4d9 Don't keep partial autogen file when exception occurs 2016-11-09 09:31:28 +00:00
Michael Snoyman
4d6448b0dd Use Data.Yaml.Config module to decrease code duplication 2016-04-11 15:08:40 +03:00
Mikkel Christiansen
233fc03532 Ghc710 conditional import and remove unused toUpper. 2015-08-26 14:22:12 +02:00
Michael Snoyman
e06a8109d0 Do not parse string environment variables into numbers/booleans #1061 2015-08-24 11:55:41 +03:00
Ryan Desfosses
c62166e67b updated deprecated settingsPort, settingsHost, settingsOnException 2015-04-13 13:34:30 -04:00
Maximilian Tagher
e2bcad6209 Fix pluralization in template loading error message 2015-01-17 22:41:55 -08:00
Michael Snoyman
4b1966473e Disambiguate a name 2014-11-23 22:40:42 +02:00
Michael Snoyman
5d771e49bb Minor indentation cleanup 2014-11-21 08:22:17 +02:00
Michael Snoyman
213dcbd985 Fix some warnings 2014-11-21 08:21:15 +02:00
Michael Snoyman
11ae185c83 Switch from Monoid to Semigroup 2014-11-21 08:20:06 +02:00
Michael Snoyman
65baf35d0c Make EnvUsage more extensible 2014-11-20 17:11:41 +02:00
Michael Snoyman
5a4ebf394d More EnvUsage constructors 2014-11-20 09:48:22 +02:00
Michael Snoyman
79db398a54 EnvUsage for better control 2014-11-20 01:05:17 +02:00
Michael Snoyman
35511d2466 Nicer _env: syntax (thanks @gregwebs) 2014-11-20 00:53:29 +02:00
Michael Snoyman
ff9e2553ed Add makeYesodLogger 2014-11-19 22:46:06 +02:00
Michael Snoyman
bb48e1cbfc Add more helpers for scaffolding 2014-11-19 22:39:06 +02:00
Michael Snoyman
d7bf7a1215 Yesod.Default.Config2 2014-11-19 21:08:43 +02:00
Michael Snoyman
ccab062f2d Remove all conditional compilation for Yesod 1.4 release
Left in for GHC-bundled libraries (ghc, base, bytestring, binary)
2014-09-07 18:17:45 +03:00
Michael Snoyman
f6d06ef390 HostPreference conflict #769 2014-07-10 08:46:29 +03:00
Michael Snoyman
d42ba4d024 Fix a conditional 2014-06-05 15:12:14 +03:00
Michael Snoyman
edc6bdd581 Use defaultShouldDisplayException 2014-03-25 05:29:45 +02:00
Michael Snoyman
fd0fe2daff defaultMainLog 2014-02-05 17:35:45 +02:00
Greg Weber
b86f809a10 fix environment capitalize function 2013-11-05 14:26:46 -08:00
Michael Snoyman
97b78ad481 fromArgsSettings #583 2013-08-04 08:36:05 +03:00
Greg Weber
7658deaf05 typo in comment 2013-06-10 13:36:22 -07:00
Michael Snoyman
fb4045ea45 Warning cleanup 2013-03-20 11:46:32 +02:00
Michael Snoyman
a2c4f1f3b7 MonadHandler/MonadWidget 2013-03-17 10:10:39 +02:00
Michael Snoyman
9c4cd573b4 Everything compiles 2013-03-14 09:28:51 +02:00
Michael Snoyman
099b96f178 Everything compiles 2013-03-13 13:35:11 +02:00
Michael Snoyman
4d6c114b12 yesod-default folded into yesod 2013-03-11 12:12:04 +02:00