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:
Peter Simons 2014-03-27 11:54:36 +01:00
parent 93c973f45f
commit 61efc76a63

View file

@ -12,6 +12,8 @@ cabal.mkDerivation (self: {
testDepends = [
filepath HUnit shelly testFramework testFrameworkHunit text
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/haskell/c2hs";
description = "C->Haskell FFI tool that gives some cross-language type safety";