summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-04-02 21:28:19 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-04-02 21:29:43 +0200
commit800bac085efe6d9a5115fc6b7d7d4ca2557b7607 (patch)
treeee0bf1a0bfc247ec1d6df4557fd5f0c82b8a9668 /pkgs/development/haskell-modules
parent80aa06932fefb0926e437d76be0ec08e0f4bea52 (diff)
downloadnixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.tar
nixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.tar.gz
nixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.tar.bz2
nixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.tar.lz
nixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.tar.xz
nixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.tar.zst
nixpkgs-800bac085efe6d9a5115fc6b7d7d4ca2557b7607.zip
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix52
1 files changed, 52 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 007174eec1a..594f6804e3a 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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