summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2016-03-20 13:28:53 -0400
committerJoey Hess2016-03-20 13:28:53 -0400
commit394d44880ede6dd7fb916f21ca4fe24d9b3549c6 (patch)
treeae41ec177598827b743449a461a8fd20b27ce174 /propellor.cabal
parent8e27dce708f9af48712dfa26274715ce22cb40e0 (diff)
parent80109620f6af779a2c58bc5766fb77301729f60f (diff)
Merge branch 'master' into typed-os-requirements
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/propellor.cabal b/propellor.cabal
index f84403f2..c78b6d5f 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,10 +38,12 @@ Executable propellor
Main-Is: wrapper.hs
GHC-Options: -threaded -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, mtl, transformers,
- exceptions (>= 0.6), stm, text, unix
+ Build-Depends:
+ -- propellor needs to support the ghc shipped in Debian stable
+ base >= 4.5, base < 5,
+ MissingH, directory, filepath, IfElse, process, bytestring, hslogger,
+ unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async,
+ time, mtl, transformers, exceptions (>= 0.6), stm, text
Executable propellor-config
Main-Is: config.hs