diff options
Diffstat (limited to 'coolbal.cabal')
-rw-r--r-- | coolbal.cabal | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/coolbal.cabal b/coolbal.cabal index 70e6c46..954e889 100644 --- a/coolbal.cabal +++ b/coolbal.cabal @@ -11,13 +11,23 @@ executable coolbal main-is: Main.hs other-modules: Coolbal.CabalPlan + Coolbal.Cluster Coolbal.Configure + Coolbal.DataVersionTag Coolbal.Directory + Coolbal.EnvBinary Coolbal.FindRoot + Coolbal.Log + Coolbal.MakeParse Coolbal.Options + Coolbal.Process Coolbal.Target + Coolbal.Target.Class Coolbal.Target.Executable + Coolbal.Target.Executable.Make + Coolbal.Target.Utils Coolbal.Util + Coolbal.Verbosity build-depends: base >= 4.13 && < 4.15, Cabal >= 3.2.1.0 && < 3.3.0.0, bytestring >= 0.10.12 && < 0.11, @@ -29,8 +39,10 @@ executable coolbal byteslice, array-chunks, optparse-applicative >= 0.16.1.0 && < 0.17, - time - -- containers >= 0.6.2.1 && < 0.7 + time, + containers >= 0.6.2.1 && < 0.7, + temporary >= 1.3 && < 1.4, + deepseq >= 1.4.4 && < 1.5 -- mtl >= 2.2.2 && < 2.3, -- parsec >= 3.1.14.0 && < 3.2, -- stm >= 2.5.0.0 && < 2.6, |