Updated multirec and zipper Haskell packages.
svn path=/nixpkgs/trunk/; revision=15597
This commit is contained in:
parent
271c960f67
commit
f8a30d60d0
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "multirec";
|
pname = "multirec";
|
||||||
version = "0.2";
|
version = "0.3";
|
||||||
sha256 = "66f748245020437ad30dbc25e2decae7d49c6d968c014b316c0961539892083c";
|
sha256 = "2d6e08131f9a884de685fc8a004de723e06d8884d30cb3f3d12e068e32b7a5d2";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Generic programming with systems of recursive datatypes";
|
description = "Generic programming with systems of recursive datatypes";
|
||||||
};
|
};
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "zipper";
|
pname = "zipper";
|
||||||
version = "0.1";
|
version = "0.2";
|
||||||
sha256 = "aa4d45692be1a54ebe4bd0df9577a09d95692930494103c2ee89dfce7af818eb";
|
sha256 = "174d2e19d2186511b190bd483f20492751262a6ea88f343fbacf7b40724fa222";
|
||||||
propagatedBuildInputs = [multirec];
|
propagatedBuildInputs = [multirec];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Generic zipper for systems of recursive datatypes";
|
description = "Generic zipper for systems of recursive datatypes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user