summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-09-20 14:38:54 -0400
committerJoey Hess2015-09-20 14:38:54 -0400
commit6c878189ffff941aeadaf5c4e94fc5ec07dba1e1 (patch)
tree86b4a4a8cb6132b718f654524cb3ca5dff24c0fa
parentca5f973c2b745b75da57d4b3953d50604165fcd0 (diff)
document new module and add to cabal list
-rw-r--r--debian/changelog1
-rw-r--r--propellor.cabal1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8969a5d1..c5a42e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ propellor (2.8.0) UNRELEASED; urgency=medium
value (without internal newlines) from PrivData.
* Allow storing arbitrary ByteStrings in PrivData, extracted using
privDataByteString.
+ * Added Aiccu module, contributed by Jelmer Vernooij.
-- Joey Hess <id@joeyh.name> Fri, 04 Sep 2015 10:36:40 -0700
diff --git a/propellor.cabal b/propellor.cabal
index f3c6bacd..b42f6859 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -70,6 +70,7 @@ Library
Exposed-Modules:
Propellor
Propellor.Property
+ Propellor.Property.Aiccu
Propellor.Property.Apache
Propellor.Property.Apt
Propellor.Property.Cmd