From 80109620f6af779a2c58bc5766fb77301729f60f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Mar 2016 13:08:44 -0400 Subject: make more clear that propellor targets debian stable's ghc --- propellor.cabal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 4e0e1db2..7b9b8885 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 -- cgit v1.2.3