mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
lens-family-th_0_4_1_0: Add to hackage-packages.nix for GHC 7.10
This commit is contained in:
parent
f1ba2c8d3b
commit
1294909c2a
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue