From fab98a0dcab0482914df2d6fd215759e66f4878b Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 8 Sep 2025 02:39:38 +0100 Subject: [PATCH] haskellPackages.cabal2nix-unstable: 2025-09-06 -> 2025-09-09 Co-authored-by: sternenseemann --- .../haskell-modules/cabal2nix-unstable.nix | 6 ++-- .../haskell-modules/hackage-packages.nix | 28 +++++++++---------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/pkgs/development/haskell-modules/cabal2nix-unstable.nix b/pkgs/development/haskell-modules/cabal2nix-unstable.nix index 168e1f885c7d..dbb99b7c62c7 100644 --- a/pkgs/development/haskell-modules/cabal2nix-unstable.nix +++ b/pkgs/development/haskell-modules/cabal2nix-unstable.nix @@ -35,10 +35,10 @@ }: mkDerivation { pname = "cabal2nix"; - version = "unstable-2025-09-06"; + version = "unstable-2025-09-09"; src = fetchzip { - url = "https://github.com/NixOS/cabal2nix/archive/fe1b21c9fb01f3f8a9028744499f20b7799cad38.tar.gz"; - sha256 = "0g9pa8914mdnbbhy3far689xckfblavwv0ylmzi0h4p7v8alrjx7"; + url = "https://github.com/NixOS/cabal2nix/archive/987474e0b0ed1c6b0e3fd0d07313f6996ec98b7e.tar.gz"; + sha256 = "0nixn8incqypsfyfclj40p8bdx2yn4783kzwpqfp19ql2sbc57dc"; }; postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot"; isLibrary = true; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 85eea82315fd..45910e661c6d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -16266,7 +16266,6 @@ self: { mkDerivation, array, base, - llvm, }: mkDerivation { pname = "GlomeVec"; @@ -16276,11 +16275,10 @@ self: { array base ]; - libraryPkgconfigDepends = [ llvm ]; description = "Simple 3D vector library"; license = "GPL"; } - ) { inherit (self.llvmPackages) llvm; }; + ) { }; "GlomeView" = callPackage ( { @@ -27647,9 +27645,9 @@ self: { base, bytestring, c2hs, - clang, filepath, hashable, + libclang, mtl, ncurses, resourcet, @@ -27676,7 +27674,7 @@ self: { transformers-base vector ]; - librarySystemDepends = [ clang ]; + librarySystemDepends = [ libclang ]; libraryPkgconfigDepends = [ ncurses ]; libraryToolDepends = [ c2hs ]; description = "Haskell bindings for libclang (a C++ parsing library)"; @@ -27686,7 +27684,7 @@ self: { } ) { - inherit (self.llvmPackages) clang; + inherit (pkgs) libclang; inherit (pkgs) ncurses; }; @@ -141306,11 +141304,11 @@ self: { base, bytestring, Cabal, - clang, containers, contravariant, inline-c, lens, + libclang, microlens, microlens-contra, process, @@ -141344,7 +141342,7 @@ self: { template-haskell vector ]; - librarySystemDepends = [ clang ]; + librarySystemDepends = [ libclang ]; testHaskellDepends = [ base bytestring @@ -141355,7 +141353,7 @@ self: { hydraPlatforms = lib.platforms.none; broken = true; } - ) { inherit (self.llvmPackages) clang; }; + ) { inherit (pkgs) libclang; }; "clanki" = callPackage ( { @@ -267231,7 +267229,7 @@ self: { haskell-gi-overloading, text, transformers, - vte_291, + vte, }: mkDerivation { pname = "gi-vte"; @@ -267270,12 +267268,12 @@ self: { text transformers ]; - libraryPkgconfigDepends = [ vte_291 ]; + libraryPkgconfigDepends = [ vte ]; description = "Vte bindings"; license = lib.licenses.lgpl21Only; badPlatforms = lib.platforms.darwin; } - ) { vte_291 = pkgs.vte; }; + ) { inherit (pkgs) vte; }; "gi-webkit" = callPackage ( { @@ -664371,7 +664369,7 @@ self: { text, transformers, unordered-containers, - vte_291, + vte, xml-conduit, xml-html-qq, yaml, @@ -664421,7 +664419,7 @@ self: { libraryPkgconfigDepends = [ gtk3 pcre2 - vte_291 + vte ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -664441,7 +664439,7 @@ self: { { inherit (pkgs) gtk3; inherit (pkgs) pcre2; - vte_291 = pkgs.vte; + inherit (pkgs) vte; }; "termplot" = callPackage (