From bfc36e2f8a1185d626b8a94b53ae3945117a63a7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Oct 2011 16:37:05 +0000 Subject: [PATCH] haskell-yap: updated to version 0.1 svn path=/nixpkgs/trunk/; revision=29900 --- pkgs/development/libraries/haskell/yap/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/yap/default.nix b/pkgs/development/libraries/haskell/yap/default.nix index 858466ab1a49..27938a2fad09 100644 --- a/pkgs/development/libraries/haskell/yap/default.nix +++ b/pkgs/development/libraries/haskell/yap/default.nix @@ -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;