summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-11-01 11:30:36 -0400
committerJoey Hess2015-11-01 11:30:36 -0400
commit046d7d82b4b309ade5e3508817f1b9b684e57b94 (patch)
treeb1e6cc3f2d959c7726e3da0c67551927d6a321c8 /propellor.cabal
parent082bfc9f301adc59d7cd26954d8cdc0caf80ec7e (diff)
parentb218820da0b069e826507150cba118f0fa69d409 (diff)
Merge branch 'joeyconfig'
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