haskell-c2hs: jailbreak to fix build with recent versions of 'shelly'
Also, disable the test suite because of <https://github.com/haskell/c2hs/issues/67>.
This commit is contained in:
parent
93c973f45f
commit
61efc76a63
@ -12,6 +12,8 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
filepath HUnit shelly testFramework testFrameworkHunit text
|
filepath HUnit shelly testFramework testFrameworkHunit text
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/haskell/c2hs";
|
homepage = "https://github.com/haskell/c2hs";
|
||||||
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
||||||
|
Loading…
Reference in New Issue
Block a user