summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2015-10-29 00:38:53 -0400
committerJoey Hess2015-10-29 00:46:49 -0400
commit39fa051833de3178639974fa4fc7c803c5918f0e (patch)
tree3e3dcae0886adb1c851bdfdbc1a1d5ee99cb26e2 /debian/changelog
parentceee9305dce89a9529b316db6d6a5eabe1ad8adb (diff)
generalize what can be output
This adds a dependency on Text, but I don't mind propellor depending on it and am somewhat surprised it doesn't already. Using Text also lets this use encodeUtf8 instead of the nasty hack it was using to go from String -> ByteString.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c5538c7f..6f75bce9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,7 +20,7 @@ propellor (2.13.0) UNRELEASED; urgency=medium
* Added Propellor.Property.Concurrent for concurrent properties.
* Made the execProcess exported by propellor, and everything built on it,
avoid scrambled output when run concurrently.
- * Propellor now depends on STM.
+ * Propellor now depends on STM and text.
* The cabal file now builds propellor with -O. While -O0 makes ghc
take less memory while building propellor, it can lead to bad memory
usage at runtime due to eg, disabled stream fusion.