summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.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-9.0.x.nix
parentaaf6118fd5bd217d1d5aa7dad1fc37186bd22685 (diff)
downloadnixpkgs-439841cc15cdc76523115eca65a10429167ce46b.tar
nixpkgs-439841cc15cdc76523115eca65a10429167ce46b.tar.gz
nixpkgs-439841cc15cdc76523115eca65a10429167ce46b.tar.bz2
nixpkgs-439841cc15cdc76523115eca65a10429167ce46b.tar.lz
nixpkgs-439841cc15cdc76523115eca65a10429167ce46b.tar.xz
nixpkgs-439841cc15cdc76523115eca65a10429167ce46b.tar.zst
nixpkgs-439841cc15cdc76523115eca65a10429167ce46b.zip
haskellPackages.multistate: allow hspec == 2.9.*
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index d74d70a3bc6..f9426d97110 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -157,9 +157,6 @@ self: super: {
   # Restrictive upper bound on ormolu
   hls-ormolu-plugin = doJailbreak super.hls-ormolu-plugin;
 
-  # Too strict bounds on base
-  # https://github.com/lspitzner/multistate/issues/9
-  multistate = doJailbreak super.multistate;
   # https://github.com/lspitzner/butcher/issues/7
   butcher = doJailbreak super.butcher;