Added logfloat. Some version bumps for Haskell pkgs.

svn path=/nixpkgs/trunk/; revision=27241
This commit is contained in:
Andres Löh
2011-05-13 10:14:21 +00:00
parent 03055c5300
commit 22377172b2
5 changed files with 21 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "data-accessor-template";
version = "0.2.1.5";
sha256 = "0fvf1cacvqzyl9x88h7fa0d6p94qhkvf177a84g036qjxn0khyja";
version = "0.2.1.7";
sha256 = "08658axzznqxp4p4d6h0y0sp7rzj84ma6hrb4zvsxa3614vydgi4";
propagatedBuildInputs = [dataAccessor utilityHt];
meta = {
description = "Utilities for accessing and manipulating the fields of records";

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "data-accessor";
version = "0.2.1.4";
sha256 = "1fnfbcw1fzas2sbk9yhwd05ncvgqfy47hi9xh0ygsqilx7nwkdxv";
version = "0.2.1.7";
sha256 = "05wi8wm4vq4j4ldx1925q7v31rnh4gj5891gqc5hdf0x8cgkxbii";
propagatedBuildInputs = [transformers];
meta = {
description = "Utilities for accessing and manipulating the fields of records";