haskell-happy-meta: update to version 0.2.0.7
This commit is contained in:
parent
fd1ec088d2
commit
08bb0c8a81
@ -1,12 +1,13 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, haskellSrcMeta, mtl }:
|
{ cabal, happy, haskellSrcMeta, mtl }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "happy-meta";
|
pname = "happy-meta";
|
||||||
version = "0.2.0.6";
|
version = "0.2.0.7";
|
||||||
sha256 = "1q6sd5zaxzx85z3zcy99b6qrf8fj93ryy33y1g6rdzfw07dwf4lh";
|
sha256 = "12599233lh0ffmvlim0gs5jzg8lly1g11i1cg44lb37bz3l7psh9";
|
||||||
buildDepends = [ haskellSrcMeta mtl ];
|
buildDepends = [ haskellSrcMeta mtl ];
|
||||||
|
buildTools = [ happy ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Quasi-quoter for Happy parsers";
|
description = "Quasi-quoter for Happy parsers";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user