haskell-c2hs: update to version 0.16.5
This commit is contained in:
parent
de35a6dbb9
commit
e8002fadf0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "c2hs";
|
pname = "c2hs";
|
||||||
version = "0.16.4";
|
version = "0.16.5";
|
||||||
sha256 = "0m8mzc19cgaqsi1skqimk22770xddxx0j024mgp76hl8vqc5rcgi";
|
sha256 = "19h4zppn7ry7p3f7qw1kgsrf6h2bjnknycfrj3ibxys82qpv8m8y";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath languageC ];
|
buildDepends = [ filepath languageC ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cse.unsw.edu.au/~chak/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";
|
||||||
license = self.stdenv.lib.licenses.gpl2;
|
license = self.stdenv.lib.licenses.gpl2;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user