diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-07-26 21:05:27 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-07-26 21:05:43 +0200 |
commit | 25699e2d089ab21072e6894c098efea98fc14fa9 (patch) | |
tree | 24987ac38faa74f45630f90407f70e9c5655c407 /package.yaml | |
parent | 07611aa3a79e49e39b2a8a9e93d00df2a6a080d2 (diff) | |
download | fastbangs-25699e2d089ab21072e6894c098efea98fc14fa9.tar fastbangs-25699e2d089ab21072e6894c098efea98fc14fa9.tar.bz2 fastbangs-25699e2d089ab21072e6894c098efea98fc14fa9.tar.zst |
insert submitted bangs into a database
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 49cf0f7..e331e84 100644 --- a/package.yaml +++ b/package.yaml @@ -24,6 +24,9 @@ dependencies: - stm - warp - brotli +- resourcet +- monad-logger +- persistent-sqlite ghc-options: - -Wall |