diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-03-21 21:35:46 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-03-21 21:35:46 +0100 |
commit | bc47aa7472e05b810339752da4d34bc04d37ef72 (patch) | |
tree | d7e94c2694198a1f0a061237da8fe145ee96620f /erebos.cabal | |
parent | 38a22490180c5e98d5ad105938a89ff31f29d349 (diff) |
Generation number for stored objects
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 87c3bd2..00fa1c3 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -59,6 +59,8 @@ executable erebos deepseq >= 1.4 && <1.5, directory >= 1.3 && <1.4, filepath >=1.4 && <1.5, + hashable >=1.3 && <1.4, + hashtables >=1.2 && <1.3, haskeline >=0.7 && <0.8, hinotify >=0.4 && <0.5, memory >=0.14 && <0.15, |