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

{ cabal, cpphs, haskellSrcExts }:

cabal.mkDerivation (self: {
  pname = "hse-cpp";
  version = "0.1";
  sha256 = "0f1bgi1hnpnry1pm7jhi626afdvymzy7k0a70n07n41js46pjxd0";
  buildDepends = [ cpphs haskellSrcExts ];
  meta = {
    description = "Preprocess+parse haskell code";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})