3
0
Fork 0
forked from mirrors/nixpkgs

haskell-yap: updated to version 0.2

svn path=/nixpkgs/trunk/; revision=32026
This commit is contained in:
Peter Simons 2012-02-04 08:38:09 +00:00
parent 49009f72ce
commit ce1ce28f96

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "yap";
version = "0.1";
sha256 = "14x1z5pmb499qq5sy0iksxv0mli8556s1jh9jm7rdg671h1cy1hl";
version = "0.2";
sha256 = "14lq549jhgnf51pgy1jv31ik8qx71yl7d53w8dpq1f9mlsn1g16i";
meta = {
description = "yet another prelude - a simplistic refactoring with algebraic classes";
license = self.stdenv.lib.licenses.bsd3;