haskell-split: update to version 0.2.2

This commit is contained in:
Peter Simons
2013-04-14 20:54:42 +02:00
parent d6bdc558c7
commit 684add983d
2 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "split";
version = "0.2.1.3";
sha256 = "1s3aga7asxz495bx7i72a6fkdlz1zv20rrrqg1avj7b1sjn3gy9w";
version = "0.2.2";
sha256 = "0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr";
testDepends = [ QuickCheck ];
meta = {
description = "Combinator library for splitting lists";