Unverified Commit a388042a authored by maralorn's avatar maralorn Committed by GitHub
Browse files

haskellPackages.reflex: remove patches that were upstreamed (#355022)

parents e90ef4e1 70eff791
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -135,17 +135,6 @@ self: super: {
  # 2023-12-23: It needs this to build under ghc-9.6.3.
  #   A factor of 100 is insufficent, 200 seems seems to work.
  hip = appendConfigureFlag "--ghc-options=-fsimpl-tick-factor=200" super.hip;

  # Loosen bounds
  patch = appendPatch (pkgs.fetchpatch {
    url = "https://github.com/reflex-frp/patch/commit/91fed138483a7bf2b098d45b9e5cc36191776320.patch";
    sha256 = "sha256-/KLfIshia88lU5G/hA7ild7+a2mqc7qgSa9AEBqEqkQ=";
  }) super.patch;
  reflex = appendPatch (pkgs.fetchpatch {
    url = "https://github.com/reflex-frp/reflex/commit/0ac53ca3eab2649dd3f3edc585e10af8d13b28cd.patch";
    sha256 = "sha256-umjwgdSKebJdRrXjwHhsi8HBqotx1vFibY9ttLkyT/0=";
  }) super.reflex;

}
// lib.optionalAttrs (lib.versionAtLeast super.ghc.version "9.8.3") {
  # Breakage related to GHC 9.8.3 / deepseq 1.5.1.0