diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-30 16:49:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-30 16:49:52 -0400 |
| commit | 7cd4c0054fc11e142a7e72e94b108638fed6e747 (patch) | |
| tree | 993cc086e9335b52ae47538d926d532836547f23 /debian | |
| parent | fc04d0d81df909904fa655372ee005138f3b6ea7 (diff) | |
Version dependency on exceptions.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 90deb80f..94b3a50d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ propellor (2.6.0) UNRELEASED; urgency=medium which allows to specify an image name and an optional tag. (API change) Thanks, Antoine Eiche. * Added --unset to delete a privdata field. + * Version dependency on exceptions. -- Joey Hess <id@joeyh.name> Tue, 16 Jun 2015 14:49:12 -0400 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 |
