diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-01 13:59:42 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-01 13:59:42 +0200 |
| commit | 42b8b5fbcbe02b02878f8f6e2b98aafc713204be (patch) | |
| tree | 0201ef780d15ed92620bdcb8fd94dd6dac8ecd32 /aratamete-ircbrowse.cabal | |
| parent | 0cf6164927411cef088d9c8400a99327efdf0c19 (diff) | |
Cache, drop chronos
Diffstat (limited to 'aratamete-ircbrowse.cabal')
| -rw-r--r-- | aratamete-ircbrowse.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aratamete-ircbrowse.cabal b/aratamete-ircbrowse.cabal index 2cef3f6..6b5f720 100644 --- a/aratamete-ircbrowse.cabal +++ b/aratamete-ircbrowse.cabal @@ -9,7 +9,7 @@ build-type: Simple executable aratamete-ircbrowse main-is: Main.hs other-modules: - -- Cache + Cache Config Index Mmap @@ -19,15 +19,15 @@ executable aratamete-ircbrowse base >= 4.21, attoparsec, bytestring, - chronos, + clock, containers, directory, filepath, http-types, mustache, - stm, + random, text >= 2.1.2, - torsor, + time, unix, vector, wai, |
