aboutsummaryrefslogtreecommitdiffstats
path: root/extreload.asd
diff options
context:
space:
mode:
authorTeddy Wing2021-03-01 20:45:39 +0100
committerTeddy Wing2021-03-01 20:45:58 +0100
commitd06cf8a81b3191ce1db5e8828399344ed9ebc359 (patch)
tree750766fa62ced32d92ca477181182279235ff103 /extreload.asd
parent599b7382a785429d091d489da5c1cb93fae59d0b (diff)
downloadextreload-d06cf8a81b3191ce1db5e8828399344ed9ebc359.tar.bz2
Add 'with-user-abort' library dependency
For `<C-c>` handling.
Diffstat (limited to 'extreload.asd')
-rw-r--r--extreload.asd11
1 files changed, 6 insertions, 5 deletions
diff --git a/extreload.asd b/extreload.asd
index 38e302e..1c414ba 100644
--- a/extreload.asd
+++ b/extreload.asd
@@ -19,11 +19,12 @@
(asdf:defsystem extreload
:version "0.0.1"
:depends-on (:jsown
- :sysexits
- :trivial-timeout
- :unix-opts
- :wait-group
- :websocket-driver-client)
+ :sysexits
+ :trivial-timeout
+ :unix-opts
+ :wait-group
+ :with-user-abort
+ :websocket-driver-client)
:components ((:module "src"
:serial t
:components ((:file "package")