cabal2nix-2.16.0: test/golden-test-cases/inline-c-cpp.nix.golden
{ mkDerivation, base, hspec, inline-c, lib, safe-exceptions
, template-haskell
}:
mkDerivation {
pname = "inline-c-cpp";
version = "0.2.1.0";
sha256 = "deadbeef";
libraryHaskellDepends = [
base inline-c safe-exceptions template-haskell
];
testHaskellDepends = [ base hspec inline-c safe-exceptions ];
description = "Lets you embed C++ code into Haskell";
license = lib.licenses.mit;
}