haskell-BNFC: update to version 2.7.1

This commit is contained in:
Peter Simons 2014-10-12 18:02:26 +02:00
parent 9137b133fc
commit a0698ad5c2
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# 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, alex, deepseq, filepath, happy, hspec, HUnit, mtl { cabal, alex, deepseq, doctest, filepath, happy, hspec, HUnit, mtl
, QuickCheck, temporary , QuickCheck, temporary
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "BNFC"; pname = "BNFC";
version = "2.7.0.1"; version = "2.7.1";
sha256 = "18009jrpd5kcaz06j4ksay4c7c65m4zrc7jrp3rjx81bs6gkrwk1"; sha256 = "1n9l64wzga3i7ifh2k5rwhxp60gb0av5fszygw5mvr31r64cf4fp";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ deepseq filepath mtl ]; buildDepends = [ deepseq filepath mtl ];
testDepends = [ testDepends = [
deepseq filepath hspec HUnit mtl QuickCheck temporary deepseq doctest filepath hspec HUnit mtl QuickCheck temporary
]; ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
meta = { meta = {