haskell-c2hs: update to version 0.18.1

This commit is contained in:
Peter Simons 2014-09-01 15:10:34 +02:00
parent 7c8afa9d04
commit 3bd01d9203

View File

@ -1,18 +1,19 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, HUnit, languageC, shelly, testFramework
, testFrameworkHunit, text, yaml
{ cabal, dlist, filepath, HUnit, languageC, shelly, testFramework
, testFrameworkHunit, text, transformers, yaml
}:
cabal.mkDerivation (self: {
pname = "c2hs";
version = "0.17.2";
sha256 = "1xrk0izdy5akjgmg9k4l9ccmmgv1avwh152pfpc1xm2rrwrg4bxk";
version = "0.18.1";
sha256 = "17miqihfidzd1nqdswnd7j0580jlv2pj19wxlx8vb3dc5wga58xd";
isLibrary = false;
isExecutable = true;
buildDepends = [ filepath languageC ];
buildDepends = [ dlist filepath languageC shelly text yaml ];
testDepends = [
filepath HUnit shelly testFramework testFrameworkHunit text yaml
filepath HUnit shelly testFramework testFrameworkHunit text
transformers
];
jailbreak = true;
doCheck = false;