c2hs: update and move to development/tools

This commit is contained in:
Nikolay Amiantov
2014-11-26 00:56:58 +03:00
parent df16451fa5
commit 08748b4098
2 changed files with 1 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, dlist, filepath, HUnit, languageC, shelly, testFramework
, testFrameworkHunit, text, transformers
}:
cabal.mkDerivation (self: {
pname = "c2hs";
version = "0.19.1";
sha256 = "18vk4q43bn4n59mcjid382dlm113nwll94hsqhqvk52sp1jkmjn3";
isLibrary = false;
isExecutable = true;
buildDepends = [ dlist filepath languageC ];
testDepends = [
filepath HUnit shelly testFramework testFrameworkHunit text
transformers
];
meta = {
homepage = "https://github.com/haskell/c2hs";
description = "C->Haskell FFI tool that gives some cross-language type safety";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
};
})