1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/data-accessor/data-accessor-template.nix
2014-08-09 13:49:24 +02:00

17 lines
564 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, dataAccessor, utilityHt }:
cabal.mkDerivation (self: {
pname = "data-accessor-template";
version = "0.2.1.11";
sha256 = "1n2slv287zp6pabqb7xbfi296dbikw5a4ivqmnas0c4nxikqkayx";
buildDepends = [ dataAccessor utilityHt ];
meta = {
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;
};
})