haskell-cpphs: update to version 1.18.3

This commit is contained in:
Peter Simons 2014-03-07 23:13:29 +01:00
parent 56e0e7492c
commit f521a47663

View File

@ -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";