haskell-cpphs: update to version 1.18.3
This commit is contained in:
parent
56e0e7492c
commit
f521a47663
@ -1,11 +1,12 @@
|
|||||||
{ cabal }:
|
{ cabal, polyparse }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cpphs";
|
pname = "cpphs";
|
||||||
version = "1.18.2";
|
version = "1.18.3";
|
||||||
sha256 = "0b8hkb2sfacmpi3rwr62myn4kfpwbfdlv9k0vnhk3wvl1v4wf29l";
|
sha256 = "0m2083ynjfxad4ykvpm6c7q1clrm7nsvbwv10abhyzqkpazyzzxy";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
buildDepends = [ polyparse ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/cpphs/";
|
homepage = "http://projects.haskell.org/cpphs/";
|
||||||
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user