From 8c9e35c8ba1ab9a738b8e33b2e82fb6026233358 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Thu, 12 Feb 2026 13:00:18 +0200 Subject: [PATCH] Refresh generated packages --- nix/amazonka-core.nix | 21 +++++++++++---------- nix/amazonka-s3.nix | 22 ++++++++++++++++++++++ nix/hoogle.nix | 4 ++-- nix/pantry.nix | 2 +- 4 files changed, 36 insertions(+), 13 deletions(-) create mode 100644 nix/amazonka-s3.nix diff --git a/nix/amazonka-core.nix b/nix/amazonka-core.nix index aa62e68..6ed45a2 100644 --- a/nix/amazonka-core.nix +++ b/nix/amazonka-core.nix @@ -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 diff --git a/nix/amazonka-s3.nix b/nix/amazonka-s3.nix new file mode 100644 index 0000000..62e1b1e --- /dev/null +++ b/nix/amazonka-s3.nix @@ -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; +} diff --git a/nix/hoogle.nix b/nix/hoogle.nix index 4dc5de7..da9ff65 100644 --- a/nix/hoogle.nix +++ b/nix/hoogle.nix @@ -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; diff --git a/nix/pantry.nix b/nix/pantry.nix index 5c938c9..20fdc2f 100644 --- a/nix/pantry.nix +++ b/nix/pantry.nix @@ -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