18250b97ae
had added him earlier.
19 lines
525 B
Nix
19 lines
525 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, polyparse }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cpphs";
|
|
version = "1.18.5";
|
|
sha256 = "0bqfz0wkfnxvv711fgmhmh6rbwffgna1pfqbj7whb6crqji9w7g7";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ polyparse ];
|
|
meta = {
|
|
homepage = "http://projects.haskell.org/cpphs/";
|
|
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
|
license = "LGPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|