diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-11 20:42:57 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-11 20:42:57 -0500 |
| commit | ae18b594c97782cc201ffa365f12064831b1ec93 (patch) | |
| tree | 5570a7f8ab15a113f332839b900c2c47444e7314 /deps/discord-haskell/stack.yaml | |
| parent | 0be357bb60a2bc4523056aba34add78b715211f5 (diff) | |
Handle stickers, properly handle exceptions in threads
Diffstat (limited to 'deps/discord-haskell/stack.yaml')
| -rw-r--r-- | deps/discord-haskell/stack.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/discord-haskell/stack.yaml b/deps/discord-haskell/stack.yaml index e1950a4..35f438f 100644 --- a/deps/discord-haskell/stack.yaml +++ b/deps/discord-haskell/stack.yaml @@ -2,11 +2,10 @@ extra-package-dbs: [] packages: - '.' -resolver: lts-18.28 +resolver: lts-20.26 extra-deps: -- emoji-0.1.0.2@sha256:d995572a5c7dcd28f98eb15c6e387a7b3bda1ac2477ab0d9dba8580d5d7b161f,1273 - + - emojis-0.1.3 nix: packages: [ zlib, gmp ] |
