haskellPackages: Regenerate hackage-packages.nix with lens-aeson_1_1_3
This commit is contained in:
parent
efd127818e
commit
4fc62a4bbe
@ -145,6 +145,7 @@ extra-packages:
|
||||
- immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
|
||||
- language-docker == 11.0.0 # required by hadolint 2.12.0, 2022-11-16
|
||||
- language-javascript == 0.7.0.0 # required by purescript
|
||||
- lens-aeson < 1.2 # 2022-12-17: For aeson < 2.0 compat
|
||||
- lsp == 1.4.0.0 # 2022-09-18: need for dhall-lsp-server 1.1.2
|
||||
- lsp-types == 1.4.0.1 # 2022-09-18: need for dhall-lsp-server 1.1.2
|
||||
- mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* hackage-packages.nix is an auto-generated file -- DO NOT EDIT! */
|
||||
/* hackage-packages.nix is auto-generated by hackage2nix -- DO NOT EDIT MANUALLY! */
|
||||
|
||||
{ pkgs, lib, callPackage }:
|
||||
|
||||
@ -112388,8 +112388,8 @@ self: {
|
||||
|
||||
"gi-xlib" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi
|
||||
, haskell-gi-base, haskell-gi-overloading, text, transformers
|
||||
, xlibsWrapper
|
||||
, haskell-gi-base, haskell-gi-overloading, libX11, text
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gi-xlib";
|
||||
@ -112400,10 +112400,10 @@ self: {
|
||||
base bytestring containers haskell-gi haskell-gi-base
|
||||
haskell-gi-overloading text transformers
|
||||
];
|
||||
libraryPkgconfigDepends = [ xlibsWrapper ];
|
||||
libraryPkgconfigDepends = [ libX11 ];
|
||||
description = "xlib bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
}) {inherit (pkgs) xlibsWrapper;};
|
||||
}) {inherit (pkgs.xorg) libX11;};
|
||||
|
||||
"giak" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, Cabal, containers
|
||||
@ -119669,9 +119669,8 @@ self: {
|
||||
|
||||
"greenclip" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, directory, exceptions
|
||||
, hashable, libXau, libXScrnSaver, microlens, microlens-mtl
|
||||
, hashable, libX11, libXau, libXScrnSaver, microlens, microlens-mtl
|
||||
, protolude, text, tomland, unix, vector, wordexp, X11, xcb, xdmcp
|
||||
, xlibsWrapper
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "greenclip";
|
||||
@ -119684,13 +119683,13 @@ self: {
|
||||
microlens-mtl protolude text tomland unix vector wordexp X11
|
||||
];
|
||||
executablePkgconfigDepends = [
|
||||
libXau libXScrnSaver xcb xdmcp xlibsWrapper
|
||||
libX11 libXau libXScrnSaver xcb xdmcp
|
||||
];
|
||||
description = "Simple clipboard manager to be integrated with rofi";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "greenclip";
|
||||
}) {inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXau;
|
||||
xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;};
|
||||
}) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXScrnSaver;
|
||||
inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null;};
|
||||
|
||||
"greg-client" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, clock, hostname, network
|
||||
@ -120936,16 +120935,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"gtk-traymanager" = callPackage
|
||||
({ mkDerivation, base, glib, gtk3, xlibsWrapper }:
|
||||
({ mkDerivation, base, glib, gtk3, libX11 }:
|
||||
mkDerivation {
|
||||
pname = "gtk-traymanager";
|
||||
version = "1.0.1";
|
||||
sha256 = "0vc1gwhg5l7l5iqb1i3zwd1bsy8fxsiwkwzza7j15zi07f97k7di";
|
||||
libraryHaskellDepends = [ base glib gtk3 ];
|
||||
libraryPkgconfigDepends = [ xlibsWrapper ];
|
||||
libraryPkgconfigDepends = [ libX11 ];
|
||||
description = "A wrapper around the eggtraymanager library for Linux system trays";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
}) {inherit (pkgs) xlibsWrapper;};
|
||||
}) {inherit (pkgs.xorg) libX11;};
|
||||
|
||||
"gtk2hs-buildtools" = callPackage
|
||||
({ mkDerivation, alex, array, base, Cabal, containers, directory
|
||||
@ -174618,6 +174617,25 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lens-aeson_1_1_3" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, lens
|
||||
, scientific, text, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lens-aeson";
|
||||
version = "1.1.3";
|
||||
sha256 = "05jyn6rn0anhgfmk754gmmpcy5jv3ki213z4v243n9jvdjdlg7ms";
|
||||
revision = "1";
|
||||
editedCabalFile = "0l1hkkpp4blkhmbpswl6lqww6wpfm327f8knq1lskhnisbnfmj2j";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring lens scientific text
|
||||
unordered-containers vector
|
||||
];
|
||||
description = "Law-abiding lenses for aeson";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lens-aeson" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, lens
|
||||
, scientific, text, text-short, unordered-containers, vector
|
||||
|
Loading…
Reference in New Issue
Block a user