haskell-utility-ht: updated to version 0.0.7.1

svn path=/nixpkgs/trunk/; revision=30793
This commit is contained in:
Peter Simons 2011-12-07 10:46:16 +00:00
parent 1d73cbbd1d
commit 01725fcbea

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "utility-ht";
version = "0.0.7";
sha256 = "83ffd750088a0eef5485b5dfadd13158ab7883655a3773bcc8d22485ba8d3a20";
version = "0.0.7.1";
sha256 = "0k097kyv6rxjvg1drnphv2mg882xx2lk098hs557fcsr16w658ma";
meta = {
description = "Various small helper functions for Lists, Maybes, Tuples, Functions";
license = self.stdenv.lib.licenses.bsd3;