aboutsummaryrefslogtreecommitdiffstats
path: root/WorkspaceDir.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add -fglasgow-exts to some modules that use it.David Roundy2007-06-121-0/+1
| | | | darcs-hash:20070612170349-72aca-46faff8894bfdde04de59d2811cb3093f1a1da4a.gz
* Rename safeIO to catchIOSpencer Janssen2007-06-111-1/+1
| | | | darcs-hash:20070611162028-a5988-1bfa8e8ce1ce27c82b39d05347564ba5a8291e43.gz
* add WorkspaceDir, which sets the current directory in a workspace.David Roundy2007-06-111-0/+35
Actually, it sets the current directory in a layout, since there's no way I know of to attach a behavior to a workspace. This means that any terminals (or other programs) pulled up in that workspace (with that layout) will execute in that working directory. Sort of handy, I think. darcs-hash:20070611154041-72aca-86d2e97e073eae656407df497ab4e1236762c92b.gz