summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal
index fd5280f4..eebb4f04 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -19,7 +19,8 @@ Executable propellor
Main-Is: Propellor.hs
GHC-Options: -Wall
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
- IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal
+ IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
+ containers
if (! os(windows))
Build-Depends: unix