summary refs log tree commit diff
path: root/pkgs/development/tools/misc/cpphs/default.nix
blob: f3a724f30399bdd1193c7145e1149def08c18597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, polyparse }:

cabal.mkDerivation (self: {
  pname = "cpphs";
  version = "1.18.5";
  sha256 = "0bqfz0wkfnxvv711fgmhmh6rbwffgna1pfqbj7whb6crqji9w7g7";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ polyparse ];
  meta = {
    homepage = "http://projects.haskell.org/cpphs/";
    description = "A liberalised re-implementation of cpp, the C pre-processor";
    license = "LGPL";
    platforms = self.ghc.meta.platforms;
  };
})