summaryrefslogtreecommitdiff
path: root/Com
diff options
context:
space:
mode:
Diffstat (limited to 'Com')
-rwxr-xr-xCom/Simatime/Bild.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/Com/Simatime/Bild.scm b/Com/Simatime/Bild.scm
index aa6fa94..6b8c2ea 100755
--- a/Com/Simatime/Bild.scm
+++ b/Com/Simatime/Bild.scm
@@ -103,7 +103,10 @@
;; 2 the target.nix could be the build description for target.hs
;; 3 just use a default.nix for the com.whatever
;; 4 have a deps.nix file
-;; 5 list them in the file with other settings
+;; 5 list them in the file with other settings. Starting with Haskell,
+;; have comments like `{-: PACKAGE base <5.0.0.0 :-}' or `-- : PACKAGE base <5.0.0.0'.
+;; Other languages could use `#:` for the special prefix, basically just
+;; a comment plus colon.
;; - how to handle multiple output formats?
;; - e.g. that ghcjs and ghc take the same input files...
;; - say you have a .md file, you want to bild it to pdf, html, and more. What do?