Commit Graph

496 Commits

Author SHA1 Message Date
Michael Snoyman
a1734e0e18 conduit 1.0 support 2013-02-13 11:45:50 +02:00
Kirilll Zaborsky
368570efc1 Added proxy timeout to yesod devel flags 2013-02-07 10:17:10 +04:00
Michael Snoyman
38292d6357 Updated scaffolding 2013-02-01 00:19:55 +02:00
Michael Snoyman
d167842839 Version bumps, http-types 0.8 2013-01-29 10:33:14 +02:00
Nicolas Dudebout
34474f9844 Prepends the hsenv arguments instead of appending them. 2013-01-21 10:50:07 -05:00
Nicolas Dudebout
e056d5169c Aligns the import statements to reflect new length. 2013-01-18 16:19:23 -05:00
Nicolas Dudebout
a42ddb564c Removes a trailing empty line. 2013-01-18 16:19:00 -05:00
Nicolas Dudebout
373ff896b3 Detects when hsenv is activated and read the necessary GHC flags. 2013-01-18 16:18:51 -05:00
Nicolas Dudebout
9baadd471c Removes two trailing empty lines. 2013-01-18 16:16:32 -05:00
Michael Snoyman
f2ad6612a9 Scaffold update 2013-01-15 11:04:40 +02:00
Michael Snoyman
617c1d724e Removed some FIXMEs 2013-01-02 14:26:56 +02:00
Michael Snoyman
ee8eefdaf7 Version bumps 2012-12-27 09:30:22 +02:00
Michael Snoyman
980f925317 Update scaffold to use newer date cache code 2012-12-26 19:04:45 +02:00
Michael Snoyman
9fea238a6d Prepend autogen for development mode (fixes #293) 2012-12-26 18:13:02 +02:00
Michael Snoyman
c9ca0b1f9d Scaffolding: add link to Overriding widgetFile (yesodweb/shakespeare#78) 2012-12-26 17:33:28 +02:00
Michael Snoyman
f240709ea1 yesod devel: cycle listening ports 2012-12-26 16:13:40 +02:00
Michael Snoyman
e709eb2192 More reasonable yesod devel timeout 2012-12-26 16:03:01 +02:00
Michael Snoyman
fe88be19dd Instate a timeout for proxied requests 2012-12-25 16:00:59 +02:00
Michael Snoyman
a3ca024d1e Catch more IO exceptions during file reading 2012-12-25 15:46:31 +02:00
Michael Snoyman
9886d0c5e7 optparse-applicative 0.5 (fpco/stackage#27) 2012-12-24 09:13:35 +02:00
Michael Snoyman
e9d7d69b22 Version bumps 2012-12-12 09:12:45 +02:00
Michael Snoyman
3e51af2b34 Specify devel port on command line 2012-12-11 22:29:55 +02:00
Michael Snoyman
9a8490d524 Updated scaffolding 2012-12-11 12:52:22 +02:00
Michael Snoyman
b7224f9654 Version bumps 2012-12-02 14:38:34 +02:00
Michael Snoyman
341ca54733 Added missing aeson dep 2012-12-02 11:38:42 +02:00
Michael Snoyman
6b23d80326 Scaffold update for persistent 1.1 2012-12-02 11:19:02 +02:00
Michael Snoyman
31619113a0 Export toJSON from Yesod module 2012-12-02 11:03:30 +02:00
Luite Stegeman
a4ae1803f7 fix for Cabal library older than 1.16 2012-12-01 20:36:40 +01:00
Luite Stegeman
2c8be21b05 use the Cabal library to rebuild, even with --dev 2012-12-01 19:18:00 +01:00
Michael Snoyman
054340ec10 Version bumps 2012-11-28 09:47:01 +02:00
Michael Snoyman
da5f34340e Added missing import 2012-11-26 15:46:19 +02:00
Michael Snoyman
5a29eec9c7 Debug output for Devel.hs 2012-11-26 15:33:39 +02:00
Luite Stegeman
7f4ae2bd56 default to polling every second 2012-11-26 10:40:22 +01:00
Michael Snoyman
b7aa72e104 Scaffold update 2012-11-16 09:50:03 +02:00
Michael Snoyman
053210da6f shakespeare-js 1.0.2 and 1.1 2012-11-16 09:27:31 +02:00
Michael Snoyman
e483547080 Scaffolding update 2012-11-15 09:42:31 +02:00
Michael Snoyman
e40c846d47 yesod-form version bump 2012-11-15 09:18:37 +02:00
Michael Snoyman
fac91c568e yesod devel proxies to 127.0.0.1 2012-11-12 22:02:06 +02:00
Michael Snoyman
827a2f5485 Scaffolding http-conduit update 2012-11-07 17:57:53 +02:00
Michael Snoyman
f35cab9d44 Updated scaffold 2012-11-07 15:18:48 +02:00
Michael Snoyman
1c7e4c6f1a Version bumps 2012-11-07 12:07:32 +02:00
Michael Snoyman
a12b1791fe Specify scaffolding via url 2012-11-07 11:40:39 +02:00
Michael Snoyman
c3c0d0eaed Switch to project-template 2012-11-07 10:59:18 +02:00
Michael Snoyman
a486a2f71d Merge branch 'rebuild-for-shakespeare'
Conflicts:
	yesod/scaffold/project.cabal.cg
	yesod/yesod.cabal
2012-11-07 09:59:37 +02:00
Michael Snoyman
2af6882ba1 update-hsfiles.sh 2012-11-05 16:30:26 +02:00
Michael Snoyman
b530bb9aaa More stylish 2012-11-05 16:29:54 +02:00
Michael Snoyman
78cc08e39f Scaffolding moved to separate repo 2012-11-05 16:08:49 +02:00
Michael Snoyman
309d3c0f26 yesod devel displays "app not loaded" message
In order to achieve this, yesod devel listens on port 3000 and reverse
proxies to port 3001. An environment variable is set to tell the app to
listen on port 3001.
2012-11-05 12:14:45 +02:00
Michael Snoyman
b961fb8d5f Ignore the fay folder (#445) 2012-11-05 12:14:45 +02:00
Michael Snoyman
bdbb73f94d Check for import changes in Shakespeare files (#413) 2012-11-05 12:14:45 +02:00