summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal15
1 files changed, 9 insertions, 6 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 7a9d2b5d..6e871d6b 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -34,35 +34,35 @@ Description:
Executable propellor
Main-Is: wrapper.hs
- GHC-Options: -threaded -O0 -Wall -fno-warn-tabs
+ GHC-Options: -threaded -O -Wall -fno-warn-tabs
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers,
- exceptions (>= 0.6)
+ exceptions (>= 0.6), stm, text
if (! os(windows))
Build-Depends: unix
Executable propellor-config
Main-Is: config.hs
- GHC-Options: -threaded -O0 -Wall -fno-warn-tabs
+ GHC-Options: -threaded -O -Wall -fno-warn-tabs
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers,
- exceptions
+ exceptions, stm, text
if (! os(windows))
Build-Depends: unix
Library
- GHC-Options: -O0 -Wall -fno-warn-tabs
+ GHC-Options: -O -Wall -fno-warn-tabs
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers,
- exceptions
+ exceptions, stm, text
if (! os(windows))
Build-Depends: unix
@@ -135,6 +135,7 @@ Library
Propellor.CmdLine
Propellor.Info
Propellor.Message
+ Propellor.Debug
Propellor.PrivData
Propellor.Engine
Propellor.Exception
@@ -160,6 +161,7 @@ Library
Propellor.Shim
Propellor.Property.Chroot.Util
Utility.Applicative
+ Utility.ConcurrentOutput
Utility.Data
Utility.DataUnits
Utility.Directory
@@ -175,6 +177,7 @@ Library
Utility.PartialPrelude
Utility.PosixFiles
Utility.Process
+ Utility.Process.Shim
Utility.SafeCommand
Utility.Scheduled
Utility.Table