haskell-Ebnf2ps: updated to version 1.0.10

svn path=/nixpkgs/trunk/; revision=32149
This commit is contained in:
Peter Simons 2012-02-08 23:06:04 +00:00
parent d2bbefa08e
commit d450c760f8

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "Ebnf2ps"; pname = "Ebnf2ps";
version = "1.0.9"; version = "1.0.10";
sha256 = "0c8nbjyar5dqv33vnm3r1f2rbrmwnv1fm41cbgb6fbsf0cp3979w"; sha256 = "0xim32bnfapfs53lvmdz2af08rqd15lp5b0rh6yjqm7n1g2061zs";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildTools = [ happy ]; buildTools = [ happy ];