haskell-trifecta: update to version 1.4.3

This commit is contained in:
Peter Simons 2014-07-22 12:22:21 +02:00
parent 12e8d29cf9
commit 8ed8908997

View File

@ -2,20 +2,20 @@
{ cabal, ansiTerminal, ansiWlPprint, blazeBuilder, blazeHtml { cabal, ansiTerminal, ansiWlPprint, blazeBuilder, blazeHtml
, blazeMarkup, charset, comonad, deepseq, doctest, filepath , blazeMarkup, charset, comonad, deepseq, doctest, filepath
, fingertree, hashable, lens, mtl, parsers, reducers, semigroups , fingertree, hashable, lens, mtl, parsers, QuickCheck, reducers
, transformers, unorderedContainers, utf8String , semigroups, transformers, unorderedContainers, utf8String
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "trifecta"; pname = "trifecta";
version = "1.4.2"; version = "1.4.3";
sha256 = "13kj1xz2bxixsqsrywdx3snl1hjkyv437ifwfrys1m4hnkv4aqai"; sha256 = "0kc8ykvh8m9yhyrkd9kx5xkv5ag99384k06xdi6ynjqv9wj6gfzg";
buildDepends = [ buildDepends = [
ansiTerminal ansiWlPprint blazeBuilder blazeHtml blazeMarkup ansiTerminal ansiWlPprint blazeBuilder blazeHtml blazeMarkup
charset comonad deepseq fingertree hashable lens mtl parsers charset comonad deepseq fingertree hashable lens mtl parsers
reducers semigroups transformers unorderedContainers utf8String reducers semigroups transformers unorderedContainers utf8String
]; ];
testDepends = [ doctest filepath ]; testDepends = [ doctest filepath parsers QuickCheck ];
meta = { meta = {
homepage = "http://github.com/ekmett/trifecta/"; homepage = "http://github.com/ekmett/trifecta/";
description = "A modern parser combinator library with convenient diagnostics"; description = "A modern parser combinator library with convenient diagnostics";