diff options
author | Ben Sima <ben@bsima.me> | 2021-06-14 16:52:53 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:36 -0500 |
commit | 6cefe23cd9ceab4f4f6b957ff64bc7da5f4ec83a (patch) | |
tree | c32ce40ef0ee94607304a1feb6c9401d7bfff1c8 /Biz | |
parent | 582964740fafb42e97aa9b5b74a1a3703317b2da (diff) |
Convert from r6rs to r7rs
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Bild.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs index b00be40..ada7879 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -445,6 +445,7 @@ build andTest loud Target {..} = do namespace "guild" [ "compile", + "--r7rs", "--load-path=" ++ root, "--output=" ++ root </> intdir </> replaceExtension path ".scm.go", path |