2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-01 14:10:34 +01:00
|
|
|
{ cabal, dlist, filepath, HUnit, languageC, shelly, testFramework
|
2014-09-13 18:53:00 +01:00
|
|
|
, testFrameworkHunit, text, transformers
|
2014-03-26 08:50:38 +00:00
|
|
|
}:
|
2012-05-09 17:19:52 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "c2hs";
|
2014-09-13 18:53:00 +01:00
|
|
|
version = "0.18.2";
|
|
|
|
sha256 = "0rkarj8y8sj83svjz9jivrr1dh2ryky4sb35cxlyxv623bl6sc1x";
|
2012-05-09 17:19:52 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2014-09-13 18:53:00 +01:00
|
|
|
buildDepends = [ dlist filepath languageC ];
|
2014-03-26 08:50:38 +00:00
|
|
|
testDepends = [
|
2014-09-01 14:10:34 +01:00
|
|
|
filepath HUnit shelly testFramework testFrameworkHunit text
|
|
|
|
transformers
|
2014-03-26 08:50:38 +00:00
|
|
|
];
|
2014-03-27 10:54:36 +00:00
|
|
|
jailbreak = true;
|
|
|
|
doCheck = false;
|
2012-05-09 17:19:52 +01:00
|
|
|
meta = {
|
2013-08-11 18:18:43 +01:00
|
|
|
homepage = "https://github.com/haskell/c2hs";
|
2012-05-09 17:19:52 +01:00
|
|
|
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
|
|
|
license = self.stdenv.lib.licenses.gpl2;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|