diff options
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, |