Skip to content

Commit

Permalink
Parse strategies for standalone deriving
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Feb 8, 2025
1 parent 09ea299 commit 546a89a
Show file tree
Hide file tree
Showing 3 changed files with 5,449 additions and 5,445 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ $(MCABALBIN)/mhs: bin/mhs src/runtime/*.[ch] targets.conf $(MDIST)/Paths_MicroHs
cp src/runtime/*.[ch] $(MRUNTIME)

$(MDIST)/Paths_MicroHs.hs:
@mkdir -p $(MDIST)
@echo 'module Paths_MicroHs where { import qualified Prelude(); import MHSPrelude; import Data.Version; version :: Version; version = makeVersion [$(HVERSION)]; getDataDir :: IO FilePath; getDataDir = return "$(MDATA)" }' > $(MDIST)/Paths_MicroHs.hs

$(MCABALBIN)/cpphs: bin/cpphs
Expand Down
Loading

0 comments on commit 546a89a

Please sign in to comment.