diff options
| author | LLLL Colonq <llll@colonq> | 2023-11-16 19:06:43 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2023-11-16 19:06:43 -0500 |
| commit | dcef0b65069fb38fd0f6c4382353167f603ebff1 (patch) | |
| tree | 45954ffe308c3dd056e6af4f734e6d2af89e5856 /deps/discord-haskell/stack.yaml | |
Initial commit
Diffstat (limited to 'deps/discord-haskell/stack.yaml')
| -rw-r--r-- | deps/discord-haskell/stack.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/discord-haskell/stack.yaml b/deps/discord-haskell/stack.yaml new file mode 100644 index 0000000..e1950a4 --- /dev/null +++ b/deps/discord-haskell/stack.yaml @@ -0,0 +1,12 @@ +extra-package-dbs: [] +packages: +- '.' + +resolver: lts-18.28 + +extra-deps: +- emoji-0.1.0.2@sha256:d995572a5c7dcd28f98eb15c6e387a7b3bda1ac2477ab0d9dba8580d5d7b161f,1273 + + +nix: + packages: [ zlib, gmp ] |
