2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, transformers }:
|
2010-11-19 19:34:41 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-19 19:34:41 +00:00
|
|
|
pname = "data-accessor";
|
2014-07-03 15:00:03 +00:00
|
|
|
version = "0.2.2.6";
|
|
|
|
sha256 = "0668qgllmp2911ppsb0g9z95nq2x0h2cvzyyjlb6iwhnjzyyg7gf";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ transformers ];
|
2014-06-05 09:56:42 +00:00
|
|
|
jailbreak = true;
|
2010-11-19 19:34:41 +00:00
|
|
|
meta = {
|
2011-08-07 22:02:13 +00:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/Record_access";
|
|
|
|
description = "Utilities for accessing and manipulating fields of records";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-11-19 19:34:41 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|