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";
|
2014-02-24 21:23:01 +01:00
|
|
|
version = "1.18.2";
|
|
|
|
sha256 = "0b8hkb2sfacmpi3rwr62myn4kfpwbfdlv9k0vnhk3wvl1v4wf29l";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-04-20 02:18:51 +02:00
|
|
|
meta = {
|
2014-02-18 12:06:10 +01:00
|
|
|
homepage = "http://projects.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;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-20 02:18:51 +02:00
|
|
|
};
|
|
|
|
})
|