From 6c878189ffff941aeadaf5c4e94fc5ec07dba1e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Sep 2015 14:38:54 -0400 Subject: document new module and add to cabal list --- debian/changelog | 1 + propellor.cabal | 1 + 2 files changed, 2 insertions(+) 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 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 -- cgit v1.3-2-g0d8e