summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix
diff options
context:
space:
mode:
authorSimon Kohlmeyer <simon.kohlmeyer@gmail.com>2023-11-02 05:00:11 +0100
committerSimon Kohlmeyer <simon.kohlmeyer@gmail.com>2023-11-17 00:18:29 +0100
commit81964a3117e256e4919a76ff2e56400985489492 (patch)
tree37cb7e0b7a7f068a7df778491b595786c83dffb2 /pkgs/development/haskell-modules/configuration-hackage2nix
parent3919f9de265b354aa9dc92316dce8ad75b89140a (diff)
downloadnixpkgs-81964a3117e256e4919a76ff2e56400985489492.tar
nixpkgs-81964a3117e256e4919a76ff2e56400985489492.tar.gz
nixpkgs-81964a3117e256e4919a76ff2e56400985489492.tar.bz2
nixpkgs-81964a3117e256e4919a76ff2e56400985489492.tar.lz
nixpkgs-81964a3117e256e4919a76ff2e56400985489492.tar.xz
nixpkgs-81964a3117e256e4919a76ff2e56400985489492.tar.zst
nixpkgs-81964a3117e256e4919a76ff2e56400985489492.zip
haskellPackages.daemons: Use more compatible 0.3.0.0 by default
Daemons 0.4.0.0 is not compatible with GHC<9.6, so we have our daemons
point to 0.3.0.0 instead. The current version is still available with
a verison suffix.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml3
2 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 206f3975809..9645b8f1f61 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -1027,7 +1027,6 @@ broken-packages:
   - cut-the-crap # failure in job https://hydra.nixos.org/build/233238478 at 2023-09-02
   - CV # failure in job https://hydra.nixos.org/build/233223571 at 2023-09-02
   - d3js # failure in job https://hydra.nixos.org/build/233251474 at 2023-09-02
-  - daemons # failure in job https://hydra.nixos.org/build/237233422 at 2023-10-21
   - dag # failure in job https://hydra.nixos.org/build/233220719 at 2023-09-02
   - DAG-Tournament # failure in job https://hydra.nixos.org/build/233218747 at 2023-09-02
   - dahdit # failure in job https://hydra.nixos.org/build/233245113 at 2023-09-02
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 83a0821c054..f9c75e6abb1 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -60,6 +60,9 @@ default-package-overrides:
   # hls-floskell-plugin 2.4 does not yet support floskell 0.11
   - floskell < 0.11
 
+  # Newer daemons requires GHC 9.6
+  - daemons == 0.3.0
+
 extra-packages:
   - Cabal-syntax == 3.6.*               # Dummy package that ensures packages depending on Cabal-syntax can work for Cabal < 3.8
   - Cabal == 3.2.*                      # Used for packages needing newer Cabal on ghc 8.6 and 8.8