[switch from gzip to deflate for compressing ho files.
John Meacham <john@repetae.net>**20120122095514
 Ignore-this: 82eff6373a357f0085b8bc0ec38c5e9e
] hunk ./bugs/issue-c153f6104a1c3c428f06c1e78b4a409b1c45b7e8.yaml 8
-status: :unstarted
-disposition: 
+status: :closed
+disposition: :fixed
hunk ./bugs/issue-c153f6104a1c3c428f06c1e78b4a409b1c45b7e8.yaml 19
+- - 2012-01-22 09:55:04.608299 Z
+  - John Meacham <john@repetae.net>
+  - closed with disposition fixed
+  - ""
hunk ./src/Ho/Binary.hs 4
-import Codec.Compression.GZip
+import Codec.Compression.Zlib
hunk ./src/Ho/Binary.hs 22
-current_version = 4
+current_version = 5
hunk ./src/Ho/Binary.hs 33
-            --Just x -> trace (printf "**** Reading %s from %s ****\n" (show ct) fn') $ decode . decompress $ L.fromChunks [x]