2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2009-04-20 02:18:51 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-20 02:18:51 +02:00
|
|
|
pname = "cpphs";
|
2012-02-07 11:34:43 +01:00
|
|
|
version = "1.13.3";
|
|
|
|
sha256 = "1dnz4992hr662ys1lkf6iyqmi2a3bksim8dlryqwd9wx9h24lhq2";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-04-20 02:18:51 +02:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://haskell.org/cpphs/";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = "LGPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 11:21:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-20 02:18:51 +02:00
|
|
|
};
|
|
|
|
})
|