From 923dc8a25febef6a0b708206055805a3be0cfb07 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Aug 2022 19:23:57 -0400 Subject: [PATCH] makefile: whitespace tweak. --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index c8842ed..e7feb2b 100644 --- a/makefile +++ b/makefile @@ -23,9 +23,9 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" doc: $(PN).cabal $(SRCS) - runghc Setup.hs haddock --all \ - --hyperlink-source \ - --haddock-options="--ignore-all-exports" + runghc Setup.hs haddock --all \ + --hyperlink-source \ + --haddock-options="--ignore-all-exports" # -- 2.43.2