diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-24 22:14:30 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-24 22:20:13 +0200 |
| commit | eff67c67b7d6d412c31b1c90305e266c67212ab5 (patch) | |
| tree | 3b8b6731ba9de5d50dda491a587b066b4cddbc7e /erebos.cabal | |
| parent | a86863ca4888fadeee209cdd8c7cc782b8d6c507 (diff) | |
Bump time package dependency
Diffstat (limited to 'erebos.cabal')
| -rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index da9e78d..5dd9e1e 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -170,7 +170,7 @@ library network ^>= { 3.1, 3.2 }, stm >=2.5 && <2.6, text >= 1.2 && <2.2, - time ^>= { 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14 }, + time ^>= { 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16 }, uuid-types ^>= { 1.0.4 }, zlib >=0.6 && <0.8 |