Line | |
---|
1 | ;;;; "combinators.setup -*- Hen -*- |
---|
2 | |
---|
3 | (include "setup-helper") |
---|
4 | |
---|
5 | (verify-extension-name "combinators") |
---|
6 | |
---|
7 | (setup-shared-extension-module 'section-combinators (extension-version "1.1.0") |
---|
8 | #:compile-options '(-scrutinize -optimize-level 3 -fixnum-arithmetic -no-procedure-checks)) |
---|
9 | (setup-shared-extension-module 'logical-combinators (extension-version "1.1.0") |
---|
10 | #:compile-options '(-scrutinize -optimize-level 3 -fixnum-arithmetic -no-procedure-checks)) |
---|
11 | (setup-shared-extension-module 'sort-combinators (extension-version "1.1.0") |
---|
12 | #:compile-options '(-scrutinize -optimize-level 3 -fixnum-arithmetic -no-procedure-checks)) |
---|
13 | (setup-shared-extension-module 'stack-combinators (extension-version "1.1.0") |
---|
14 | #:compile-options '(-scrutinize -optimize-level 3 -fixnum-arithmetic -no-procedure-checks)) |
---|
15 | |
---|
16 | (install-extension 'combinators '() `((version ,(extension-version "1.1.0")))) |
---|
Note: See
TracBrowser
for help on using the repository browser.