diff options
author | Josh Rahm <rahm@google.com> | 2024-02-16 15:41:49 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-21 12:18:46 -0700 |
commit | 22571fc455f50d1774e7abb9a77db3a51182a420 (patch) | |
tree | fbd99182c7ac48ff5dc91e9c29fae5c3da0d1dc3 /package.yaml | |
parent | 860a75bd4dee36880c9372d1f78ced18d1246988 (diff) | |
download | wetterhorn-22571fc455f50d1774e7abb9a77db3a51182a420.tar.gz wetterhorn-22571fc455f50d1774e7abb9a77db3a51182a420.tar.bz2 wetterhorn-22571fc455f50d1774e7abb9a77db3a51182a420.zip |
Do most of keyboard handling in the plugin now.
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index b559bd7..ba0b9d3 100644 --- a/package.yaml +++ b/package.yaml @@ -32,6 +32,7 @@ dependencies: - base >= 4.7 && < 5 - mtl - bytestring +- containers ghc-options: - -Wall |