diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-25 20:59:38 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-25 20:59:38 +0100 |
commit | 21c789c39a2eb71a636e80970ebf614b1360e0d9 (patch) | |
tree | 27eeb455bbcf2ae4e44c5c5f75af42bc3c94fdbd /erebos-tester.cabal | |
parent | beda8ded7c96c591fdebbbd2cf197a02f8f87d0c (diff) |
Relax lower bound on clock and stm packages
To allow versions available in debian bookworm.
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r-- | erebos-tester.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal index 77af52b..4efdebd 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -96,7 +96,7 @@ executable erebos-tester base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 }, bytestring ^>= { 0.10, 0.11, 0.12 }, containers ^>= { 0.6.2.1, 0.7 }, - clock ^>= { 0.8.4 }, + clock ^>= { 0.8.3 }, directory ^>=1.3.6.0, filepath ^>= { 1.4.2.1, 1.5.2 }, Glob >=0.10 && <0.11, @@ -108,7 +108,7 @@ executable erebos-tester process ^>=1.6.9, regex-tdfa ^>=1.3.1.0, scientific >=0.3 && < 0.4, - stm ^>=2.5.0.1, + stm ^>= { 2.5.0 }, template-haskell^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, text ^>= { 1.2, 2.0, 2.1 }, th-compat >=0.1 && <0.2, |