2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-07 22:13:29 +00:00
|
|
|
{ cabal, polyparse }:
|
2009-04-20 01:18:51 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-20 01:18:51 +01:00
|
|
|
pname = "cpphs";
|
2014-07-03 15:59:16 +01:00
|
|
|
version = "1.18.5";
|
|
|
|
sha256 = "0bqfz0wkfnxvv711fgmhmh6rbwffgna1pfqbj7whb6crqji9w7g7";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-03-07 22:13:29 +00:00
|
|
|
buildDepends = [ polyparse ];
|
2009-04-20 01:18:51 +01:00
|
|
|
meta = {
|
2014-02-18 11:06:10 +00:00
|
|
|
homepage = "http://projects.haskell.org/cpphs/";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = "LGPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-20 01:18:51 +01:00
|
|
|
};
|
|
|
|
})
|