3
0
Fork 0
forked from mirrors/nixpkgs

haskell-happy-meta: update to version 0.2.0.7

This commit is contained in:
Peter Simons 2014-08-19 15:33:44 +02:00
parent fd1ec088d2
commit 08bb0c8a81

View file

@ -1,12 +1,13 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, haskellSrcMeta, mtl }:
{ cabal, happy, haskellSrcMeta, mtl }:
cabal.mkDerivation (self: {
pname = "happy-meta";
version = "0.2.0.6";
sha256 = "1q6sd5zaxzx85z3zcy99b6qrf8fj93ryy33y1g6rdzfw07dwf4lh";
version = "0.2.0.7";
sha256 = "12599233lh0ffmvlim0gs5jzg8lly1g11i1cg44lb37bz3l7psh9";
buildDepends = [ haskellSrcMeta mtl ];
buildTools = [ happy ];
meta = {
description = "Quasi-quoter for Happy parsers";
license = self.stdenv.lib.licenses.bsd3;