summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-08-27 12:21:55 -0700
committerJoey Hess2015-08-31 13:55:14 -0700
commit60950b159a2b800938929f8ae12823d5ec674667 (patch)
tree4f925a87e9b69ab4d62da014e69b8d088f4213fa /propellor.cabal
parent94d6f453e7441749a83f0ea69d0e7c12737565a1 (diff)
implement dirsizes
Used Data.Map.Strict, so bumped versions. Don't want to support the ghc in debian oldstable.. (cherry picked from commit e413bed2c1cb15dcb8ce721a2801021e39f3ba86)
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
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))