[have the ho cache names depend on the compiler version, to avoid cache poisoning by fixed bugs
John Meacham <john@repetae.net>**20090906001329
 Ignore-this: 92b4b18987980ccbcad1acc382049db1
] hunk ./src/Ho/Build.hs 19
+import Version.Config(version)
hunk ./src/Ho/Build.hs 169
-    let hash = MD5.md5lazy lbs
+    let hash = MD5.md5lazy $ (LBSU.fromString version) `mappend` lbs