haskell-hpc-coveralls: the build fails with dynamic linking enabled

This commit is contained in:
Peter Simons 2015-09-16 13:17:11 +02:00
parent b3b735bd20
commit aa88e53408

View file

@ -1025,4 +1025,8 @@ self: super: {
});
in g';
# https://github.com/guillaume-nargeot/hpc-coveralls/issues/52
hpc-coveralls = disableSharedExecutables super.hpc-coveralls;
hpc-coveralls_0_9_0 = disableSharedExecutables super.hpc-coveralls_0_9_0;
}