summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
Commit message (Collapse)AuthorAge
* Update to lts-14.27, support websockets 0.12.7.Joey Hess2020-08-20
| | | | This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* Update to lts-13.29, support ghc 8.6.5, and aeson 1.4.Joey Hess2019-09-26
| | | | | | | | | First tried lts-14.7, but the version of cabal-install currently in debian unstable (2.2.0.0) is not able to parse its cabal files. Small fix for MonadFail changes. This commit was sponsored by Jochen Bartl on Patreon.
* 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.
* stack.yaml: Update to lts-11.17.Joey Hess2018-07-10
| | | | Note that this needs a newer version of stack than is in Debian stable.
* Update to lts-9.0.1.20170810Joey Hess2017-08-10
|
* stack.yaml: Update to new posix-pty version.Joey Hess2017-05-20
|
* websockets-0.11.0.0 including enabling compressionJoey Hess2017-04-24
| | | | | Does not currently work, see https://github.com/jaspervdj/websockets/issues/140
* upgradeJoey Hess2017-04-24
|
* use posix-pty, and forward SIGWINCHJoey Hess2017-04-13
| | | | | | | | | | | | | | | | I discovered the posix-pty library while looking for a way to forward SIGWINCH to the slave pty. It's taken care of a lot of nasty pty handling details, so let's use it! Unfortunately, this broke control-d exiting debug-me, which used to work great. I think that the problem is that readPty never returns B.empty, even on control-d. Or perhaps, posix-pty is doing something to the pty that prevents control-d getting through. I kept all the withoutMode code; at least withoutMode EnableEcho is still needed. This commit was sponsored by Jochen Bartl on Patreon.
* some basic data types and hashing to start debug-meJoey Hess2017-04-11
This commit was sponsored by Denis Dzyubenko on Patreon.