!RbXGJhHMsnQcNIDFWN:nixos.org

Haskell in Nixpkgs/NixOS

691 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 infrastructure138 Servers

Load older messages


SenderMessageTime
21 Jan 2026
@josh:quadrivium.ukdutchieI guess I need to point it at a subdir or something14:35:08
@josh:quadrivium.ukdutchie hmm I can just overrideCabal { doCheck = false; } 14:44:02
@josh:quadrivium.ukdutchie or dontCheck actually 14:53:40
22 Jan 2026
@ashinnv:matrix.orgSupreme Allied Commander Mayhem, Lord of the Nine Stars changed their display name from Grand Warden Mayhem, Punisher of Deer to Supreme Allied Commander Mayhem, Lord of the Nine Stars.01:27:17
@lordmzte:mzte.deLordMZTE joined the room.16:12:54
@lordmzte:mzte.deLordMZTE

It seems like GHCJS isn't in nixpkgs. Does anyone know a good way to set it up in a dev shell?

16:14:23
@acidbong:envs.netAcid Bongtwas removed: https://github.com/NixOS/nixpkgs/pull/42234216:15:05
@acidbong:envs.netAcid Bongyou can still save that recipe and use it locally tho16:16:12
@lordmzte:mzte.deLordMZTE

I see. Surely someone must have taken over maintaining this out of tree, right?

16:17:10
@emilazy:matrix.orgemily AIUI the newer GHCJS is a native GHC backend and is accessible with pkgsCross.ghcjs or something 16:22:15
@emilazy:matrix.orgemilyit was the old GHCJS that was removed16:22:19
@acidbong:envs.netAcid Bongoh16:22:26
@acidbong:envs.netAcid Bongi can't find ghcjs in the search16:22:38
@emilazy:matrix.orgemilyit's a platform, not a package16:31:38
@maralorn:maralorn.demaralornYes, the new js backend is supported in nixpkgs.16:40:04
@alexfmpe:matrix.orgalexfmpeshellFor doesn't work for cross AFAICT, but you can whip something up manually here'ss one example: https://github.com/bfeitknecht/impli/pull/6/files17:09:00
@alexfmpe:matrix.orgalexfmpethat reminds me, I haven't checked pkgsCross.ghcjs status with 9.1417:09:46
@alexfmpe:matrix.orgalexfmpenix-build here builds everything with nix, nix-shell grabs the tools from nixpkgs then uses cabal-install for the rest, wrapping it so it uses js backend17:12:33
@alexfmpe:matrix.orgalexfmpeshellFor, were it to work here, would build all the deps with nix, so cabal-install/ghci(d) would only be used for your own project17:13:07
@lordmzte:mzte.deLordMZTE

Thanks!

18:02:56
@wolfgangwalther:matrix.org@wolfgangwalther:matrix.org left the room.19:17:01
23 Jan 2026
@lordmzte:mzte.deLordMZTE

I'm using shellFor for a devshell for my Haskell project and I want to debug a library I'm pulling in (via cabal2nix). For this, GHCi needs to run the library in interpreted mode, but using cabal repl, it's used in compiled mode and I cannot set breakpoints in it. Is there a way to also get the source code of libraries in a dev shell?

13:50:03
@maralorn:maralorn.demaralornThe best I can think of is checking that library out in a (sub-)folder and adapting your cabal.project file to use it.13:57:19
@maralorn:maralorn.demaralornI mean I guess you can try to get nix to give you a store path of the source and try to point your cabal.project file at that, but I don’t know if it works, am not aware of any tooling specific for this und wouldn’t recommend it.13:58:44
@lordmzte:mzte.deLordMZTE

Alright. Sort of unfortunate :P

14:38:10
@alexfmpe:matrix.orgalexfmpeI think that if you add both your package and that library to the packages field of shellFor, then when you run cabal repl, it will grab all the intermediate deps and throw into ghci as well. Might need to enable multi-repl16:19:31
@alexfmpe:matrix.orgalexfmpeWell actually I'm not sure if shellFor handles the sandwhich situation right16:20:41
@alexfmpe:matrix.orgalexfmpeIf it doesn't, I expect it can be fixed. I've some shitty nix that does that for obelisk projects16:21:14
@alexfmpe:matrix.orgalexfmpeContext: https://www.well-typed.com/blog/2024/07/hls-multi/#the-need-for-cabal-install-3.1216:21:51
@acidbong:envs.netAcid Bongnote that cabal-install must also be in the same Haskell closure to be able to see other libs16:52:46

There are no newer messages yet.


Back to Room ListRoom Version: 6