Merge pull request #32181 from joncfoo/update/purescript-dependencies

purescript: fix build by overriding optparse-applicative dependency

authored by Peter Simons and committed by GitHub ae82d9e5 65b15c40

+4 -2
+4 -2
pkgs/development/haskell-modules/configuration-common.nix
··· 453 453 # https://github.com/basvandijk/threads/issues/10 454 454 threads = dontCheck super.threads; 455 455 456 - # https://github.com/purescript/purescript/pull/3041 457 - purescript = doJailbreak super.purescript; 456 + # https://github.com/NixOS/nixpkgs/issues/32138 457 + purescript = super.purescript.override { 458 + optparse-applicative = self.optparse-applicative_0_14_0_0; 459 + }; 458 460 459 461 # Missing module. 460 462 rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5