diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-06-12 10:55:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-06-12 10:55:00 -0400 |
| commit | d1164739fb1844dd9a5c4e57c76ce1cd2dbddebc (patch) | |
| tree | 781c4133132251559bf7a647fd821f395f332e57 /debian/control | |
| parent | 70f318e44d12500c62dd1ad1164fbf7fd9ca8726 (diff) | |
| parent | dca1c56e612757c4bb306fb45675337dc52eb201 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5a041c90..0a8701a0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>= 9), - git, + git (>= 2.0), ghc (>= 7.6), cabal-install, libghc-async-dev, @@ -43,7 +43,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-stm-dev, libghc-text-dev, libghc-hashable-dev, - git, + git (>= 2.0), Description: property-based host configuration management in haskell Propellor ensures that the system it's run in satisfies a list of properties, taking action as necessary when a property is not yet met. |
