Skip to content
  • Ben Gamari's avatar
    patch-tool: Fix update-patches' treatment of .cabal changes · b72ddd83
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Previously update-tool would include changes in .cabal files in the
    patch it generated. However, this would break in the case that there
    was a .cabal file in the patches/ directory as the patch would include
    redundant changes. Here we implement a hacky way to drop the .cabal file
    changes from the patch.
    b72ddd83