lens-family-th_0_4_1_0: Add to hackage-packages.nix for GHC 7.10

This commit is contained in:
John Wiegley 2017-01-25 16:55:47 -08:00
parent f1ba2c8d3b
commit 1294909c2a
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -114077,6 +114077,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"lens-family-th_0_4_1_0" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
pname = "lens-family-th";
version = "0.4.1.0";
sha256 = "084yng26xyhw6c6hij3p70zvjpvm1dlw6klphw51car9gi6dqkvm";
libraryHaskellDepends = [ base template-haskell ];
homepage = "http://github.com/DanBurton/lens-family-th#readme";
description = "Generate lens-family style lenses";
license = stdenv.lib.licenses.bsd3;
}) {};
"lens-family-th" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {