haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
@@ -54140,6 +54140,58 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"cachix_1_3_3" = callPackage
|
||||
({ mkDerivation, aeson, async, base, base64-bytestring, bytestring
|
||||
, cachix-api, concurrent-extra, conduit, conduit-concurrent-map
|
||||
, conduit-extra, conduit-zstd, containers, cookie, cryptonite
|
||||
, deepseq, dhall, directory, ed25519, either, extra, filepath
|
||||
, fsnotify, hercules-ci-cnix-store, here, hnix-store-core, hspec
|
||||
, hspec-discover, http-client, http-client-tls, http-conduit
|
||||
, http-types, inline-c-cpp, katip, lukko, lzma-conduit, megaparsec
|
||||
, memory, mmorph, netrc, network-uri, nix, optparse-applicative
|
||||
, pretty-terminal, prettyprinter, process, protolude, resourcet
|
||||
, retry, safe-exceptions, servant, servant-auth
|
||||
, servant-auth-client, servant-client, servant-client-core
|
||||
, servant-conduit, stm, stm-chans, stm-conduit, systemd, temporary
|
||||
, text, time, unix, unordered-containers, uri-bytestring, uuid
|
||||
, vector, versions, websockets, wuss
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix";
|
||||
version = "1.3.3";
|
||||
sha256 = "0gnihq7xnd77m5rg14sw49bb0yr5r9qic2dwvk1w5xxfibh2wrib";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson async base base64-bytestring bytestring cachix-api
|
||||
concurrent-extra conduit conduit-concurrent-map conduit-extra
|
||||
conduit-zstd containers cookie cryptonite deepseq dhall directory
|
||||
ed25519 either extra filepath fsnotify hercules-ci-cnix-store here
|
||||
hnix-store-core http-client http-client-tls http-conduit http-types
|
||||
inline-c-cpp katip lukko lzma-conduit megaparsec memory mmorph
|
||||
netrc network-uri optparse-applicative pretty-terminal
|
||||
prettyprinter process protolude resourcet retry safe-exceptions
|
||||
servant servant-auth servant-auth-client servant-client
|
||||
servant-client-core servant-conduit stm stm-chans stm-conduit
|
||||
systemd temporary text time unix unordered-containers
|
||||
uri-bytestring uuid vector versions websockets wuss
|
||||
];
|
||||
libraryPkgconfigDepends = [ nix ];
|
||||
executableHaskellDepends = [
|
||||
aeson async base cachix-api conduit http-conduit katip protolude
|
||||
safe-exceptions stm stm-chans stm-conduit time uuid websockets wuss
|
||||
];
|
||||
executableToolDepends = [ hspec-discover ];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring cachix-api dhall directory extra here hspec
|
||||
protolude servant-auth-client servant-client-core temporary
|
||||
];
|
||||
description = "Command line client for Nix binary cache hosting https://cachix.org";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.domenkozar ];
|
||||
}) {inherit (pkgs) nix;};
|
||||
|
||||
"cachix" = callPackage
|
||||
({ mkDerivation, aeson, async, base, base64-bytestring, bytestring
|
||||
, cachix-api, concurrent-extra, conduit, conduit-concurrent-map
|
||||
|
||||
Reference in New Issue
Block a user