haskell-uu-parsinglib: update to version 2.8.1
This commit is contained in:
parent
8eb93a7dbf
commit
77724cdd5f
@ -1,10 +1,10 @@
|
|||||||
{ cabal, ListLike, time }:
|
{ cabal, ListLike, time, uuInterleaved }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uu-parsinglib";
|
pname = "uu-parsinglib";
|
||||||
version = "2.7.4.3";
|
version = "2.8.1";
|
||||||
sha256 = "0q907gfxia7i63wc1p0zfmp102f5xpanhrq5pa259mp1nwqq6lyg";
|
sha256 = "10phjwm8dm45rms2vfpx9vzm56v7b9wp0308xkfbalh5zbvxmv35";
|
||||||
buildDepends = [ ListLike time ];
|
buildDepends = [ ListLike time uuInterleaved ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
|
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
|
||||||
description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators";
|
description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user