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 4db2b1b68c7a..b63d0da2f071 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -107,10 +107,6 @@ in { resolv = doJailbreak super.resolv; singleton-bool = doJailbreak super.singleton-bool; - # 2022-09-02: Too strict bounds on lens - # https://github.com/GetShopTV/swagger2/pull/242 - swagger2 = doJailbreak super.swagger2; - base-orphans = dontCheck super.base-orphans; # Note: Any compilation fixes need to be done on the versioned attributes,