haskell-c2hs: update to version 0.18.2

This commit is contained in:
Peter Simons 2014-09-13 19:53:00 +02:00
parent 10ccc7ab1d
commit 7e21326473

View file

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