summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-09-16 12:41:18 +0200
committermaralorn <mail@maralorn.de>2023-09-16 12:41:18 +0200
commit7386d0ab04f22db72aa99c9b43572a5aeddcf95c (patch)
tree5122bcbad284f4edf42bd63b9cb7b3e24bd8ca9b /pkgs/development/haskell-modules/configuration-common.nix
parent0669046d5b013556c0d493adee50b7f1c747f014 (diff)
downloadnixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.tar
nixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.tar.gz
nixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.tar.bz2
nixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.tar.lz
nixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.tar.xz
nixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.tar.zst
nixpkgs-7386d0ab04f22db72aa99c9b43572a5aeddcf95c.zip
haskell.packages.ghc96.haskell-language-server: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9841264cf5c..69ec24e3c10 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2767,6 +2767,7 @@ self: super: {
   # Tests fail due to the newly-build fourmolu not being in PATH
   # https://github.com/fourmolu/fourmolu/issues/231
   fourmolu_0_14_0_0 = dontCheck super.fourmolu_0_14_0_0;
+  fourmolu_0_13_1_0 = dontCheck super.fourmolu_0_13_1_0;
 
   # Merged upstream, but never released. Allows both intel and aarch64 darwin to build.
   # https://github.com/vincenthz/hs-gauge/pull/106