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-07-14 11:14:40 +02:00
|
|
|
version = "1.14";
|
|
|
|
sha256 = "1lscgylcbbny60lx36xwm8y22jmbv23159pfn8n87kbskq6cpk0z";
|
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
|
|
|
};
|
|
|
|
})
|