summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-06-30 16:49:52 -0400
committerJoey Hess2015-06-30 16:49:52 -0400
commit7cd4c0054fc11e142a7e72e94b108638fed6e747 (patch)
tree993cc086e9335b52ae47538d926d532836547f23
parentfc04d0d81df909904fa655372ee005138f3b6ea7 (diff)
Version dependency on exceptions.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
-rw-r--r--propellor.cabal2
3 files changed, 4 insertions, 3 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
diff --git a/propellor.cabal b/propellor.cabal
index d09e7590..ad9f4530 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,7 +38,7 @@ Executable propellor
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl, transformers,
- exceptions
+ exceptions (>= 0.6)
if (! os(windows))
Build-Depends: unix