diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-27 12:21:55 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-27 13:55:46 -0700 |
| commit | e413bed2c1cb15dcb8ce721a2801021e39f3ba86 (patch) | |
| tree | 25c093cff2a1ec7fb300c96cb4aa9665a57fbe98 /propellor.cabal | |
| parent | 7087a94b21a086a98784d17b45dd2b7779e320e9 (diff) | |
implement dirsizes
Used Data.Map.Strict, so bumped versions.
Don't want to support the ghc in debian oldstable..
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal index 329739be..e455d1a7 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -38,7 +38,7 @@ Executable propellor Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, network, async, time, QuickCheck, mtl, transformers, + containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers, exceptions (>= 0.6) if (! os(windows)) @@ -50,7 +50,7 @@ Executable propellor-config Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, network, async, time, QuickCheck, mtl, transformers, + containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers, exceptions if (! os(windows)) @@ -61,7 +61,7 @@ Library Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, network, async, time, QuickCheck, mtl, transformers, + containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers, exceptions if (! os(windows)) |
