about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-11-22 14:30:55 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-11-22 14:30:55 +0900
commit718490028a7274754138ed0d8f2a364ae35bd88b (patch)
treef7d218f65d2e10c9d7291508bacbaf010b8e0c0c /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent53fcbbea24f25496651967bae3aa60aa6c24907f (diff)
downloadnixlib-718490028a7274754138ed0d8f2a364ae35bd88b.tar
nixlib-718490028a7274754138ed0d8f2a364ae35bd88b.tar.gz
nixlib-718490028a7274754138ed0d8f2a364ae35bd88b.tar.bz2
nixlib-718490028a7274754138ed0d8f2a364ae35bd88b.tar.lz
nixlib-718490028a7274754138ed0d8f2a364ae35bd88b.tar.xz
nixlib-718490028a7274754138ed0d8f2a364ae35bd88b.tar.zst
nixlib-718490028a7274754138ed0d8f2a364ae35bd88b.zip
haskellPackages.swagger2: dont jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index 1ceef43ea060..40fb12cde9a6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -133,9 +133,6 @@ self: super: {
   # 2022-09-02: Too strict bounds on lens
   # https://github.com/haskell-servant/servant-multipart/pull/64
   servant-multipart = doJailbreak super.servant-multipart;
-  # 2022-09-02: Too strict bounds on lens
-  # https://github.com/GetShopTV/swagger2/pull/242
-  swagger2 = doJailbreak super.swagger2;
 
   shelly = doJailbreak super.shelly;
   splitmix = doJailbreak super.splitmix;