Fix Haskell profiling targets
authorIustin Pop <iustin@google.com>
Fri, 30 Nov 2012 00:03:57 +0000 (01:03 +0100)
committerIustin Pop <iustin@google.com>
Fri, 30 Nov 2012 14:17:31 +0000 (15:17 +0100)
commitc3231353574af7e4a21d348726f371f6a965eacb
treebd152cdf3974a6dcc89aed869ebec26a65151568
parentd277b075c8d3784896ff4d252a137fd7f5905990
Fix Haskell profiling targets

It turns out that in newer GHC versions, the suffix shouldn't be
prefixed with a dot; otherwise name mangling is broken.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Makefile.am