haskell-jailbreak-cabal: clean up overrides

+1 -4
+1 -1
pkgs/development/haskell-modules/configuration-common.nix
··· 37 37 hackage-security = dontCheck super.hackage-security; 38 38 39 39 # Link statically to avoid runtime dependency on GHC. 40 - jailbreak-cabal = (disableSharedExecutables super.jailbreak-cabal).override { Cabal = self.Cabal_1_20_0_4; }; 40 + jailbreak-cabal = disableSharedExecutables super.jailbreak-cabal; 41 41 42 42 # enable using a local hoogle with extra packagages in the database 43 43 # nix-shell -p "haskellPackages.hoogleLocal { packages = with haskellPackages; [ mtl lens ]; }"
-3
pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
··· 35 35 unix = null; 36 36 xhtml = null; 37 37 38 - # jailbreak-cabal can use the native Cabal library. 39 - jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; }; 40 - 41 38 # https://github.com/bmillwood/applicative-quoters/issues/6 42 39 applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch { 43 40 url = "https://patch-diff.githubusercontent.com/raw/bmillwood/applicative-quoters/pull/7.patch";