Skip to content

Commit

Permalink
lens-family-th_0_4_1_0: Add to hackage-packages.nix for GHC 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 26, 2017
1 parent f1ba2c8 commit 1294909
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/development/haskell-modules/hackage-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 1294909

Please sign in to comment.