summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/Ebnf2ps/default.nix
blob: b3d4c125bb9e949ed896b378dfc5fdbc10d084a1 (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, happy }:

cabal.mkDerivation (self: {
  pname = "Ebnf2ps";
  version = "1.0.11";
  sha256 = "0n0maihalnrks3l7ay1i16p6i7f69xv33jxhlsyshzck0v64qivb";
  isLibrary = false;
  isExecutable = true;
  buildTools = [ happy ];
  meta = {
    homepage = "http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/";
    description = "Peter's Syntax Diagram Drawing Tool";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})