2010-11-19 20:34:41 +01:00
|
|
|
{cabal, transformers}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "data-accessor";
|
2011-05-13 12:14:21 +02:00
|
|
|
version = "0.2.1.7";
|
|
|
|
sha256 = "05wi8wm4vq4j4ldx1925q7v31rnh4gj5891gqc5hdf0x8cgkxbii";
|
2010-11-19 20:34:41 +01:00
|
|
|
propagatedBuildInputs = [transformers];
|
|
|
|
meta = {
|
|
|
|
description = "Utilities for accessing and manipulating the fields of records";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2010-11-19 20:34:41 +01:00
|
|
|
|