about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-12-30 11:57:16 +0100
committersternenseemann <sternenseemann@systemli.org>2022-12-30 12:00:54 +0100
commit439841cc15cdc76523115eca65a10429167ce46b (patch)
treef1f5732470fbe008898fd8d878505701b952d5b9 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parentaaf6118fd5bd217d1d5aa7dad1fc37186bd22685 (diff)
downloadnixlib-439841cc15cdc76523115eca65a10429167ce46b.tar
nixlib-439841cc15cdc76523115eca65a10429167ce46b.tar.gz
nixlib-439841cc15cdc76523115eca65a10429167ce46b.tar.bz2
nixlib-439841cc15cdc76523115eca65a10429167ce46b.tar.lz
nixlib-439841cc15cdc76523115eca65a10429167ce46b.tar.xz
nixlib-439841cc15cdc76523115eca65a10429167ce46b.tar.zst
nixlib-439841cc15cdc76523115eca65a10429167ce46b.zip
haskellPackages.multistate: allow hspec == 2.9.*
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 00ecac6db57e..4da798b542e2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -168,7 +168,6 @@ self: super: {
     brittany czipwith extra ghc-exactprint ghcide hls-plugin-api hls-test-utils lens lsp-types
     ]) (super.hls-brittany-plugin.overrideScope (lself: lsuper: {
     brittany = doJailbreak lself.brittany_0_13_1_2;
-    multistate = unmarkBroken (dontCheck lsuper.multistate);
     lsp-types = doJailbreak lsuper.lsp-types; # Checks require aeson >= 2.0
   })));