reproducible-tmp-names
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Mon, 23 May 2016 14:12:09 +0000 (14:12 +0000)
committerJoachim Breitner <nomeata@debian.org>
Mon, 23 May 2016 14:12:09 +0000 (14:12 +0000)
commit190c175e0fd90237a42a1398d03b8b2ae29c29df
tree28b081483e87cccb3fe9da186cfdd8cf591788e6
parenta6ae88377562ad050b89eeb0364c253dec6fc12f
reproducible-tmp-names

This is an attempt to make GHC build reproducible. The name of .c files may end
up in the resulting binary (in the debug section), but not the directory.

Instead of using the process id, create a hash from the command line arguments,
and assume that is going to be unique.

Gbp-Pq: Name reproducible-tmp-names
compiler/main/SysTools.hs