diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-12-30 23:13:06 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-12-30 23:18:29 +0100 |
commit | d1f00d188698c52c07a5881fc0088e4163976e5e (patch) | |
tree | c4d080cdfe9d4c38694461a9bb1280987e3e76de /erebos.cabal | |
parent | a6b07d2758c185cde10a0b07161c18c288c02cfc (diff) |
Test mode for erebos-tester
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 06d96eb..277fa4a 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -36,6 +36,7 @@ executable erebos Storage.Key Storage.Merge Sync + Test Util default-extensions: DefaultSignatures @@ -44,6 +45,7 @@ executable erebos FlexibleInstances, FunctionalDependencies, GeneralizedNewtypeDeriving + ImportQualifiedPost LambdaCase, MultiWayIf, RankNTypes, @@ -69,6 +71,7 @@ executable erebos hashtables >=1.2 && <1.3, haskeline >=0.7 && <0.9, hinotify >=0.4 && <0.5, + iproute >=1.7 && <1.8, memory >=0.14 && <0.17, mime >= 0.4 && < 0.5, mtl >=2.2 && <2.3, |