haskell-BNFC: update to version 2.6.0.3
This commit is contained in:
parent
c99a6a35fd
commit
ce2423a6e7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "BNFC";
|
pname = "BNFC";
|
||||||
version = "2.4.2.1";
|
version = "2.6.0.3";
|
||||||
sha256 = "0a6ic9mqkxk2gql7dzik2bhm5iikgx035wxlz8iafxf45159dl14";
|
sha256 = "0i38rwslkvnicnlxbrxybnwkgfin04lnr4q12lcvli4ldp2ylfjq";
|
||||||
isLibrary = false;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl ];
|
buildDepends = [ mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cse.chalmers.se/research/group/Language-technology/BNFC/";
|
homepage = "http://bnfc.digitalgrammars.com/";
|
||||||
description = "A compiler front-end generator";
|
description = "A compiler front-end generator";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user