Updated multirec and zipper for Haskell.

svn path=/nixpkgs/trunk/; revision=15969
This commit is contained in:
Andres Löh 2009-06-16 08:56:31 +00:00
parent 619433c88b
commit a889b5bb66
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "multirec";
version = "0.3";
sha256 = "2d6e08131f9a884de685fc8a004de723e06d8884d30cb3f3d12e068e32b7a5d2";
version = "0.4";
sha256 = "ad7a6ae90e1880b3fd79686ce8012e531b738f8f1d10ba836550fc91cfe3695e";
meta = {
description = "Generic programming with systems of recursive datatypes";
};

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "zipper";
version = "0.2";
sha256 = "174d2e19d2186511b190bd483f20492751262a6ea88f343fbacf7b40724fa222";
version = "0.3";
sha256 = "3f6cc0ea69734d0523f1bf74d14953f88a196e728f89a7cc91f394d9e0c13c15";
propagatedBuildInputs = [multirec];
meta = {
description = "Generic zipper for systems of recursive datatypes";