mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
55d4e4eda3
Now that data-lens compiles, these packages can build, too.
17 lines
515 B
Nix
17 lines
515 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, comonad, dataLens, mtl, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "data-lens-fd";
|
|
version = "2.0.5";
|
|
sha256 = "0r8cfgn6wx304b5ihmwgsxxjwalb7086wii655mgmb6cn3nirpyk";
|
|
buildDepends = [ comonad dataLens mtl transformers ];
|
|
meta = {
|
|
homepage = "http://github.com/roconnor/data-lens-fd/";
|
|
description = "Lenses";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|