Skip to content

Commit

Permalink
Format hs-boot files
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Mar 11, 2024
1 parent 488bd2d commit 2954a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif
STACK_BUILD := $(STACK_TEST) --no-run-tests
STACK_INSTALL := $(STACK_BUILD) --copy-bins
HASKELL_SOURCE_DIRECTORIES = $$(yq -r '.. | .["source-dirs"]? | select(. != null)' package.yaml)
HASKELL_SOURCE_FILES = $$(find $(HASKELL_SOURCE_DIRECTORIES) -name "*.hs")
HASKELL_SOURCE_FILES = $$(find $(HASKELL_SOURCE_DIRECTORIES) -name "*.hs*")

.PHONY: install
install:
Expand Down

0 comments on commit 2954a9c

Please sign in to comment.