diff options
-rw-r--r-- | Biz/Bild.hs | 1 | ||||
-rw-r--r-- | bs/dict.scm | 1 | ||||
-rw-r--r-- | bs/re.scm | 1 | ||||
-rw-r--r-- | bs/string.scm | 1 |
4 files changed, 1 insertions, 3 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 diff --git a/bs/dict.scm b/bs/dict.scm index ac55ba7..a91d711 100644 --- a/bs/dict.scm +++ b/bs/dict.scm @@ -1,4 +1,3 @@ -#!r6rs ;; Experimental python-like dictionary. Import this qualified, eg: ;; (import (prefix (dict) dict/)) ;; or @@ -1,4 +1,3 @@ -#!r6rs (library (bs re (0)) ;; Similar to Python's `re` module. One big difference is that the diff --git a/bs/string.scm b/bs/string.scm index c6e6e31..8839512 100644 --- a/bs/string.scm +++ b/bs/string.scm @@ -1,4 +1,3 @@ -#!r6rs (library (bs string (0)) (export replace replace-char to-string str capitalize split |