haskell-c2hs: update to version 0.18.1
This commit is contained in:
parent
7c8afa9d04
commit
3bd01d9203
@ -1,18 +1,19 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, filepath, HUnit, languageC, shelly, testFramework
|
{ cabal, dlist, filepath, HUnit, languageC, shelly, testFramework
|
||||||
, testFrameworkHunit, text, yaml
|
, testFrameworkHunit, text, transformers, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "c2hs";
|
pname = "c2hs";
|
||||||
version = "0.17.2";
|
version = "0.18.1";
|
||||||
sha256 = "1xrk0izdy5akjgmg9k4l9ccmmgv1avwh152pfpc1xm2rrwrg4bxk";
|
sha256 = "17miqihfidzd1nqdswnd7j0580jlv2pj19wxlx8vb3dc5wga58xd";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath languageC ];
|
buildDepends = [ dlist filepath languageC shelly text yaml ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath HUnit shelly testFramework testFrameworkHunit text yaml
|
filepath HUnit shelly testFramework testFrameworkHunit text
|
||||||
|
transformers
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user