diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 17:50:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 17:50:16 -0400 |
| commit | df9791ee2626865b29196c7ac1a5975939475a6c (patch) | |
| tree | 244e39d2c960ca8ec5a7c6bb8ad889071965fd64 /debian | |
| parent | 21b3ed28019665e971617faa4d6f80085430ef84 (diff) | |
deps
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3f5cb2da..bfdc5880 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Build-Depends: libghc-unix-compat-dev, libghc-ansi-terminal-dev, libghc-ifelse-dev, + libghc-mtl-dev, + libghc-monadcatchio-transformers-dev, Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/propellor @@ -28,6 +30,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-unix-compat-dev, libghc-ansi-terminal-dev, libghc-ifelse-dev, + libghc-mtl-dev, + libghc-monadcatchio-transformers-dev, git, Description: property-based host configuration management in haskell Propellor enures that the system it's run in satisfies a list of |
