mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 10:24:07 +00: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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "c2hs";
|
pname = "c2hs";
|
||||||
version = "0.16.5";
|
version = "0.16.6";
|
||||||
sha256 = "19h4zppn7ry7p3f7qw1kgsrf6h2bjnknycfrj3ibxys82qpv8m8y";
|
sha256 = "1yf7mcslkf6m1nizifqva8j5sxnw87bg60dw8mfgpmqvrzpbxizm";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath languageC ];
|
buildDepends = [ filepath languageC ];
|
||||||
|
testDepends = [
|
||||||
|
filepath HUnit shelly testFramework testFrameworkHunit text
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/haskell/c2hs";
|
homepage = "https://github.com/haskell/c2hs";
|
||||||
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
||||||
|
Loading…
Reference in New Issue
Block a user