diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-20 13:08:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-20 13:08:44 -0400 |
| commit | 80109620f6af779a2c58bc5766fb77301729f60f (patch) | |
| tree | de5165b3e2e67595c8dc3484ab33dd61838914ea /propellor.cabal | |
| parent | 8c912aa1e196015af43dc9853b8a619129d1fedc (diff) | |
make more clear that propellor targets debian stable's ghc
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 10 |
1 files changed, 6 insertions, 4 deletions
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 |
