mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
16 lines
506 B
Nix
16 lines
506 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, Cabal, lens, unorderedContainers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cabal-lenses";
|
|
version = "0.4.2";
|
|
sha256 = "0vsicvk979qznm3b174r6d5wkkyhpqx8gxjs5jw9na2jhimzjcjf";
|
|
buildDepends = [ Cabal lens unorderedContainers ];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "Lenses and traversals for the Cabal library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|