diff options
author | Naïm Favier | 2024-03-19 22:21:45 +0100 |
---|---|---|
committer | Naïm Favier | 2024-03-19 22:21:45 +0100 |
commit | f553e52103a6c05dc01ba243f469d7e1572d5734 (patch) | |
tree | 281d8feb87ec0b892804cb88fc2b5dc11e710bd2 /pkgs/development | |
parent | 2bc295aae8326d48f76d3f6c55f6518ef6f39ba3 (diff) |
darcs: build with GHC 9.6
Undoes 49c1247b0e548b5b92bf5c83014c1efdc8534688
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 3 | ||||
-rw-r--r-- | pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 653187007b31..cb7a5fb640e5 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -102,9 +102,6 @@ in { # https://github.com/kowainik/relude/issues/436 relude = dontCheck super.relude; - # Broken because of unix >= 2.8 for GHC >= 9.6 - darcs = unmarkBroken (doDistribute super.darcs); - inherit ( let diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 442f6747369c..993433cac961 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1108,7 +1108,6 @@ broken-packages: - darcs2dot # failure in job https://hydra.nixos.org/build/233209236 at 2023-09-02 - darcs-buildpackage # failure in job https://hydra.nixos.org/build/233213566 at 2023-09-02 - darcs-cabalized # failure in job https://hydra.nixos.org/build/233234765 at 2023-09-02 - - darcs # doesn't support unix >= 2.8, 2024-01-13 - darcs-graph # failure in job https://hydra.nixos.org/build/233245230 at 2023-09-02 - darcs-monitor # failure in job https://hydra.nixos.org/build/233249455 at 2023-09-02 - darkplaces-rcon # failure in job https://hydra.nixos.org/build/233247609 at 2023-09-02 |