haskell-Ebnf2ps: update to version 1.0.12
This commit is contained in:
parent
e3d0676b65
commit
eab5ca0c3a
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Ebnf2ps";
|
||||
version = "1.0.11";
|
||||
sha256 = "0n0maihalnrks3l7ay1i16p6i7f69xv33jxhlsyshzck0v64qivb";
|
||||
version = "1.0.12";
|
||||
sha256 = "1rd0pxj2bfx06z1p0sy8kdhyfg1y51gn1bhr71j33czls6m9ry8c";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildTools = [ happy ];
|
||||
meta = {
|
||||
homepage = "http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/";
|
||||
homepage = "https://github.com/FranklinChen/Ebnf2ps";
|
||||
description = "Peter's Syntax Diagram Drawing Tool";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue