mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
haskell-c2hs: update to version 0.17.2
This commit is contained in:
parent
e7721d7027
commit
a0265900f5
@ -1,16 +1,16 @@
|
|||||||
{ cabal, filepath, HUnit, languageC, shelly, testFramework
|
{ cabal, filepath, HUnit, languageC, shelly, testFramework
|
||||||
, testFrameworkHunit, text
|
, testFrameworkHunit, text, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "c2hs";
|
pname = "c2hs";
|
||||||
version = "0.16.6";
|
version = "0.17.2";
|
||||||
sha256 = "1yf7mcslkf6m1nizifqva8j5sxnw87bg60dw8mfgpmqvrzpbxizm";
|
sha256 = "1xrk0izdy5akjgmg9k4l9ccmmgv1avwh152pfpc1xm2rrwrg4bxk";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath languageC ];
|
buildDepends = [ filepath languageC ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath HUnit shelly testFramework testFrameworkHunit text
|
filepath HUnit shelly testFramework testFrameworkHunit text yaml
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user