diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-04-01 11:08:15 +0200 |
|---|---|---|
| committer | Félix Sipma <felix.sipma@no-log.org> | 2016-04-22 15:38:47 +0200 |
| commit | d324a3bc1d122527836d012078dcd632ebb78495 (patch) | |
| tree | 33daa3bef3a557e251633998f7e090431cbb092a /propellor.cabal | |
| parent | c7bacb2f33b0d539a108dc8f6636e71574c47d53 (diff) | |
add Attic property
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index 7f12cbec..215836ac 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -53,7 +53,7 @@ Executable propellor-config GHC-Options: -threaded -Wall -fno-warn-tabs -O0 Extensions: TypeOperators Hs-Source-Dirs: src - Build-Depends: + Build-Depends: base >= 4.5, base < 5, MissingH, directory, filepath, IfElse, process, bytestring, hslogger, unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async, @@ -63,7 +63,7 @@ Library GHC-Options: -Wall -fno-warn-tabs -O0 Extensions: TypeOperators Hs-Source-Dirs: src - Build-Depends: + Build-Depends: base >= 4.5, base < 5, MissingH, directory, filepath, IfElse, process, bytestring, hslogger, unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async, @@ -78,6 +78,7 @@ Library Propellor.Property.Apache Propellor.Property.Apt Propellor.Property.Apt.PPA + Propellor.Property.Attic Propellor.Property.Cmd Propellor.Property.Concurrent Propellor.Property.Conductor |
