!RbXGJhHMsnQcNIDFWN:nixos.org

Haskell in Nixpkgs/NixOS

681 Members
For discussions and questions about Haskell with Nix, cabal2nix and haskellPackages in nixpkgs | Current Docs: https://nixos.org/manual/nixpkgs/unstable/#haskell | Current PR: https://github.com/nixos/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Ahaskell-updates | Maintainer Docs: https://github.com/NixOS/nixpkgs/blob/haskell-updates/pkgs/development/haskell-modules/HACKING.md | More Nix: #community:nixos.org | More Haskell: #haskell-space:matrix.org | Merger Schedule: https://cloud.maralorn.de/apps/calendar/p/H6migHmKX7xHoTFa/dayGridMonth/now | Join #haskell.nix:libera.chat for question about the alternative haskell.nix infrastructure133 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
10 Sep 2025
@b:chreekat.netchreekat Neat 14:04:26
@alexfmpe:matrix.orgalexfmpe
In reply to @maralorn:maralorn.de
We sometimes do. But are you aware of https://github.com/cdepillabout/nix-haskell-updates-status ?
I wonder if we should move the line including that link to the very top of the PR template for discoverability
15:36:11
@alexfmpe:matrix.orgalexfmpeAs a progress meter, it's arguably the most important bit of the description15:36:38
11 Sep 2025
@sternenseemann:systemli.orgsterniInstead of doing something useful I guess I just wrote a fix for https://github.com/NixOS/cabal2nix/issues/163 and https://github.com/NixOS/cabal2nix/issues/164 on a whim01:14:59
@maralorn:maralorn.demaralornNice. Did you push it somewhere?06:06:04
@sternenseemann:systemli.orgsterninot yet15:01:17
@sternenseemann:systemli.orgsternihttps://www.haskell.org/ghc/blog/20250910-ghc-9.10.3-released.html21:16:09
12 Sep 2025
@jordanjoel1:matrix.org@jordanjoel1:matrix.org changed their profile picture.03:27:11
@jordanjoel1:matrix.org@jordanjoel1:matrix.org left the room.03:34:30
@bglgwyng:matrix.orgbglgwyng

I'm trying to build a package that depends on the patched version of hackage-security, which cabal-install depends on. I overrided it by

pkgs.haskellPackages.override {
  overrides = hself: hsuper: {
    hackage-security = hself.callCabal2nix "hackage-security" "${inputs.hackage-security}/hackage-security" { };
  };
}

Then it tries to rebuild cabal-instsall(I don't like it but it's ok for now) and it failed with the following warning

Warning:
    This package indirectly depends on multiple versions of the same package. This is very likely to cause a compile failure.
      package hackage-security (hackage-security-0.6.3.1-6FXzfmwRBZgCJn05f7VkJU) requires Cabal-syntax-3.10.3.0-244a
      package hackage-security (hackage-security-0.6.3.1-JJgg9sy4JLR8toAcIe55uU) requires Cabal-syntax-3.14.2.0-7o58PFlrICd6tJLSPh82PA
      package cabal-install-solver (cabal-install-solver-3.14.2.0-TJt26BmojeJY4tNaxYAXR) requires Cabal-syntax-3.14.2.0-7o58PFlrICd6tJLSPh82PA
      package cabal-install (cabal-install-3.14.2.0-6ZRHmRwRC2EC3Abb988gBz) requires Cabal-syntax-3.14.2.0-7o58PFlrICd6tJLSPh82PA
      package Cabal (Cabal-3.14.2.0-HaQDVkRM9JfAEDDKZRGu1s) requires Cabal-syntax-3.14.2.0-7o58PFlrICd6tJLSPh82PA
07:32:12
@bglgwyng:matrix.orgbglgwyngWhat is the proper way to override the package that cabal depends on?07:32:54
@bglgwyng:matrix.orgbglgwyng Hmm it's not relavent to the override of hackage-security. Just putting hackage-security into build-depends in cabal cauase the same problem 08:02:31

Show newer messages


Back to Room ListRoom Version: 6