2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-19 15:33:44 +02:00
|
|
|
{ cabal, happy, haskellSrcMeta, mtl }:
|
2011-08-12 11:04:07 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "happy-meta";
|
2014-08-19 15:33:44 +02:00
|
|
|
version = "0.2.0.7";
|
|
|
|
sha256 = "12599233lh0ffmvlim0gs5jzg8lly1g11i1cg44lb37bz3l7psh9";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ haskellSrcMeta mtl ];
|
2014-08-19 15:33:44 +02:00
|
|
|
buildTools = [ happy ];
|
2011-08-12 11:04:07 +02:00
|
|
|
meta = {
|
|
|
|
description = "Quasi-quoter for Happy parsers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|