3
0
Fork 0
forked from mirrors/nixpkgs

haskell-yap: updated to version 0.1

svn path=/nixpkgs/trunk/; revision=29900
This commit is contained in:
Peter Simons 2011-10-19 16:37:05 +00:00
parent 34f300aee6
commit bfc36e2f8a

View file

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