mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
haskell-c2hs: update to version 0.16.6
This commit is contained in:
parent
c72248808c
commit
dcc028ba74
@ -1,12 +1,17 @@
|
||||
{ cabal, filepath, languageC }:
|
||||
{ cabal, filepath, HUnit, languageC, shelly, testFramework
|
||||
, testFrameworkHunit, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "c2hs";
|
||||
version = "0.16.5";
|
||||
sha256 = "19h4zppn7ry7p3f7qw1kgsrf6h2bjnknycfrj3ibxys82qpv8m8y";
|
||||
version = "0.16.6";
|
||||
sha256 = "1yf7mcslkf6m1nizifqva8j5sxnw87bg60dw8mfgpmqvrzpbxizm";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath languageC ];
|
||||
testDepends = [
|
||||
filepath HUnit shelly testFramework testFrameworkHunit text
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/haskell/c2hs";
|
||||
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
||||
|
Loading…
Reference in New Issue
Block a user