about summary refs log tree commit diff stats
path: root/chicanery.scm
diff options
context:
space:
mode:
Diffstat (limited to 'chicanery.scm')
-rw-r--r--chicanery.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/chicanery.scm b/chicanery.scm new file mode 100644 index 0000000..3677dde --- /dev/null +++ b/chicanery.scm
@@ -0,0 +1,5 @@
1(module chicanery ()
2 (import scheme (chicken module))
3 (reexport (chicanery base)
4 (chicanery extras)))
5