16 lines
457 B
Nix
16 lines
457 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, lensFamilyCore, mtl, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "lens-family";
|
|
version = "1.1.0";
|
|
sha256 = "0cr4wdnix138iklh4l8nrzp52m7qrrgrq9ngr61zs02gbww46sz3";
|
|
buildDepends = [ lensFamilyCore mtl transformers ];
|
|
meta = {
|
|
description = "Lens Families";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|