diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-30 16:50:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-30 16:50:33 -0400 |
| commit | 76c68c6d0a7709cd03945db57716f7cb076b0a7c (patch) | |
| tree | bc7e27f10e97dcf10310c6f40ef1b553398b3230 /debian/control | |
| parent | a17c048a7bc520c53b68d4f0aeaafe2990ef6803 (diff) | |
| parent | 7cd4c0054fc11e142a7e72e94b108638fed6e747 (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 2bebd6f3..51107783 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-mtl-dev, libghc-transformers-dev, - libghc-exceptions-dev, + libghc-exceptions-dev (>= 0.6), Maintainer: Gergely Nagy <algernon@madhouse-project.org> Standards-Version: 3.9.6 Vcs-Git: git://git.joeyh.name/propellor @@ -38,7 +38,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-quickcheck2-dev, libghc-mtl-dev, libghc-transformers-dev, - libghc-exceptions-dev, + libghc-exceptions-dev (>= 0.6), git, Description: property-based host configuration management in haskell Propellor enures that the system it's run in satisfies a list of |
