2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-07 23:13:29 +01:00
|
|
|
{ cabal, polyparse }:
|
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-10-19 14:19:22 +02:00
|
|
|
version = "1.18.6";
|
|
|
|
sha256 = "0ds712zabigswf3cljzh7f2ys4rl1fj2cf76lbw856adm8514gxc";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-03-07 23:13:29 +01:00
|
|
|
buildDepends = [ polyparse ];
|
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;
|
2009-04-20 02:18:51 +02:00
|
|
|
};
|
|
|
|
})
|