summaryrefslogtreecommitdiffhomepage
path: root/Session.hs
Commit message (Collapse)AuthorAge
* Update to lts-12.10, support ghc 8.4, and aeson 1.3.Joey Hess2018-12-08
| | | | | | | | | | | | | | | | Don't fully understand the need for the MonoLocalBinds language extension, which was not needed before but now ghc complains if it's not included, but I've tested it and it does work. All the rest of the changes are straightforward AMP changes and dep updates. Removed fgl from stack.yaml because it seems that indirect dep no longer needs to be specified for stack to build. Added custom-setup stanza since stack now warns without one. This commit was sponsored by Trenton Cronholm on Patreon.
* add license headers to all source filesJoey Hess2017-04-30
|
* control window and chattingJoey Hess2017-04-28
| | | | Works!
* include "session is done" in the session transcriptJoey Hess2017-04-25
| | | | | | Including the process exit status. And cleaner Role.User shutdown sequence.
* minorJoey Hess2017-04-22
|
* add --replay optionJoey Hess2017-04-18
This commit was sponsored by Ole-Morten Duesund on Patreon.