diff options
author | Teddy Wing | 2021-03-01 20:45:39 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-01 20:45:58 +0100 |
commit | d06cf8a81b3191ce1db5e8828399344ed9ebc359 (patch) | |
tree | 750766fa62ced32d92ca477181182279235ff103 /extreload.asd | |
parent | 599b7382a785429d091d489da5c1cb93fae59d0b (diff) | |
download | extreload-d06cf8a81b3191ce1db5e8828399344ed9ebc359.tar.bz2 |
Add 'with-user-abort' library dependency
For `<C-c>` handling.
Diffstat (limited to 'extreload.asd')
-rw-r--r-- | extreload.asd | 11 |
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") |