diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-30 22:18:15 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-30 22:39:28 +0200 |
commit | 6826651f2d3a414b0a05730a3ff577ae0922a62f (patch) | |
tree | 9061ae030283990b4b45684c0e7046fae0cfa342 /erebos-webapp.cabal | |
parent | 833c42096eb8e479855bd4ca9ecbfe3bc08a1543 (diff) |
Show and send direct messages
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index 47c7b58..23e00d6 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -60,6 +60,7 @@ executable erebos-webapp ghc-experimental ^>= { 9.1201 }, mtl ^>= { 2.3 }, text ^>= { 2.1 }, + time ^>= { 1.14 }, hs-source-dirs: src default-language: GHC2021 |