Refresh generated packages

This commit is contained in:
Bryan Richter 2026-02-12 13:00:18 +02:00
parent b88bf9ea14
commit 8c9e35c8ba
No known key found for this signature in database
GPG Key ID: B202264020068BFB
4 changed files with 36 additions and 13 deletions

View File

@ -1,26 +1,27 @@
# Generated by ./gen-package-nix.sh
# Generated by ./gen-packages.sh
{ mkDerivation, aeson, attoparsec, base, bytestring
, case-insensitive, conduit, conduit-extra, containers, crypton
, data-ordlist, deepseq, fetchzip, hashable, http-client
, http-conduit, http-types, lens, lib, memory, QuickCheck
, quickcheck-unicode, regex-posix, resourcet, scientific, tasty
, tasty-hunit, tasty-quickcheck, template-haskell, text, time
, transformers, unordered-containers, xml-conduit, xml-types
, http-conduit, http-types, lib, memory, microlens
, microlens-contra, microlens-pro, QuickCheck, quickcheck-unicode
, regex-posix, resourcet, scientific, tasty, tasty-hunit
, tasty-quickcheck, template-haskell, text, time, transformers
, unordered-containers, xml-conduit, xml-types
}:
mkDerivation {
pname = "amazonka-core";
version = "2.0";
src = fetchzip {
url = "https://github.com/brendanhay/amazonka/archive/85e0289f8dc23c54b00f7f1a09845be7e032a1eb.zip";
sha256 = "1mgdz9b7wwc05xksczvzp2hllp7nzl4nr6as5q2fafkgxqzwwx53";
url = "https://github.com/brendanhay/amazonka/archive/a7d699be1076e2aad05a1930ca3937ffea954ad8.zip";
sha256 = "034d9rni0n95qmbc6fr13b7kbrs5s9s5qarg7znwx068gwf6293h";
};
postUnpack = "sourceRoot+=/lib/amazonka-core; echo source root reset to $sourceRoot";
libraryHaskellDepends = [
aeson attoparsec base bytestring case-insensitive conduit
conduit-extra containers crypton deepseq hashable http-client
http-conduit http-types lens memory regex-posix resourcet
scientific text time transformers unordered-containers xml-conduit
xml-types
http-conduit http-types memory microlens microlens-contra
microlens-pro regex-posix resourcet scientific text time
transformers unordered-containers xml-conduit xml-types
];
testHaskellDepends = [
aeson base bytestring case-insensitive conduit data-ordlist

22
nix/amazonka-s3.nix Normal file
View File

@ -0,0 +1,22 @@
# Generated by ./gen-packages.sh
{ mkDerivation, amazonka-core, amazonka-test, base, bytestring
, case-insensitive, fetchzip, lib, tasty, tasty-hunit, text, time
, unordered-containers
}:
mkDerivation {
pname = "amazonka-s3";
version = "2.0";
src = fetchzip {
url = "https://github.com/brendanhay/amazonka/archive/a7d699be1076e2aad05a1930ca3937ffea954ad8.zip";
sha256 = "034d9rni0n95qmbc6fr13b7kbrs5s9s5qarg7znwx068gwf6293h";
};
postUnpack = "sourceRoot+=/lib/services/amazonka-s3; echo source root reset to $sourceRoot";
libraryHaskellDepends = [ amazonka-core base text ];
testHaskellDepends = [
amazonka-core amazonka-test base bytestring case-insensitive tasty
tasty-hunit text time unordered-containers
];
homepage = "https://github.com/brendanhay/amazonka";
description = "Amazon Simple Storage Service SDK";
license = lib.licenses.mpl20;
}

View File

@ -1,4 +1,4 @@
# Generated by ./gen-package-nix.sh
# Generated by ./gen-packages.sh
{ mkDerivation, aeson, base, binary, blaze-html, blaze-markup
, bytestring, cmdargs, conduit, conduit-extra, containers
, crypton-connection, deepseq, directory, extra, filepath
@ -27,7 +27,7 @@ mkDerivation {
wai wai-logger warp warp-tls zlib
];
executableHaskellDepends = [ base ];
testTarget = "--test-option=--no-net";
testFlags = [ "--no-net" ];
homepage = "https://hoogle.haskell.org/";
description = "Haskell API Search";
license = lib.licenses.bsd3;

View File

@ -1,4 +1,4 @@
# Generated by ./gen-package-nix.sh
# Generated by ./gen-packages.sh
{ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
, casa-client, casa-types, conduit, conduit-extra, containers
, cryptonite, cryptonite-conduit, digest, exceptions, fetchzip