2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
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";
|
2012-07-14 10:14:40 +01:00
|
|
|
version = "1.14";
|
|
|
|
sha256 = "1lscgylcbbny60lx36xwm8y22jmbv23159pfn8n87kbskq6cpk0z";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-04-20 01:18:51 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://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;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-20 01:18:51 +01:00
|
|
|
};
|
|
|
|
})
|