16 lines
461 B
Nix
16 lines
461 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "lens-family-th";
|
|
version = "0.4.0.0";
|
|
sha256 = "02fc3kppb7y2c6j22wi2mzcxffj4k3dl3x09vjllqchfpfcpwbm5";
|
|
meta = {
|
|
homepage = "http://github.com/DanBurton/lens-family-th#readme";
|
|
description = "Generate lens-family style lenses";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|