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: {
|
||||
pname = "uu-parsinglib";
|
||||
version = "2.7.4.3";
|
||||
sha256 = "0q907gfxia7i63wc1p0zfmp102f5xpanhrq5pa259mp1nwqq6lyg";
|
||||
buildDepends = [ ListLike time ];
|
||||
version = "2.8.1";
|
||||
sha256 = "10phjwm8dm45rms2vfpx9vzm56v7b9wp0308xkfbalh5zbvxmv35";
|
||||
buildDepends = [ ListLike time uuInterleaved ];
|
||||
meta = {
|
||||
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
|
||||
description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators";
|
||||
|
Loading…
Reference in New Issue
Block a user