ghc-digits/ghc-digits-0.3.1-fix-build.patch

10 lines
382 B
Diff

--- digits-0.3.1/Setup.lhs.orig 2023-12-03 15:07:18.493189958 +0100
+++ digits-0.3.1/Setup.lhs 2023-12-03 15:07:30.971271989 +0100
@@ -3,5 +3,5 @@
> import Distribution.Simple
> import System.Cmd
> tests _ _ _ _ = system "runhaskell src/Tests.hs" >> return ()
-> main = defaultMainWithHooks (simpleUserHooks {runTests = tests})
+> main = defaultMainWithHooks (simpleUserHooks)