···37 hackage-security = dontCheck super.hackage-security;
3839 # Link statically to avoid runtime dependency on GHC.
40- jailbreak-cabal = (disableSharedExecutables super.jailbreak-cabal).override { Cabal = self.Cabal_1_20_0_4; };
4142 # enable using a local hoogle with extra packagages in the database
43 # nix-shell -p "haskellPackages.hoogleLocal { packages = with haskellPackages; [ mtl lens ]; }"
···37 hackage-security = dontCheck super.hackage-security;
3839 # Link statically to avoid runtime dependency on GHC.
40+ jailbreak-cabal = disableSharedExecutables super.jailbreak-cabal;
4142 # enable using a local hoogle with extra packagages in the database
43 # nix-shell -p "haskellPackages.hoogleLocal { packages = with haskellPackages; [ mtl lens ]; }"