2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, dataAccessor, utilityHt }:
|
2010-11-19 19:34:41 +00:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-19 19:34:41 +00:00
|
|
|
pname = "data-accessor-template";
|
2014-03-15 08:26:05 +00:00
|
|
|
version = "0.2.1.11";
|
|
|
|
sha256 = "1n2slv287zp6pabqb7xbfi296dbikw5a4ivqmnas0c4nxikqkayx";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ dataAccessor utilityHt ];
|
2010-11-19 19:34:41 +00:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/Record_access";
|
|
|
|
description = "Utilities for accessing and manipulating fields of records";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-11-19 19:34:41 +00:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|