Files
Robert Hensing 5a38e15e6d haskellPackages.buildFromCabalSdist: add test, fix double-patch
srcOnly applies patches, but the resulting derivation still had the
patches attribute, causing patchPhase to apply them again. Clear
patches after srcOnly to prevent double-application.
2025-12-28 15:26:33 +01:00

9 lines
165 B
Diff

--- a/app/Main.hs
+++ b/app/Main.hs
@@ -1,4 +1,4 @@
module Main where
main :: IO ()
-main = putStrLn "Hello, Haskell!"
+main = putStrLn "Hello, Patched Haskell!"