diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2021-01-19 16:46:00 +0000 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2021-01-19 16:46:00 +0000 |
| commit | 92812d03922fd4c3ba85364b59e63236e7cfcd8a (patch) | |
| tree | 6504ecb114419b0dd3055e509abd8b602586f614 /.depend.mk | |
| parent | a2b08f721c28b3b56a802031bc35df6a68b219d8 (diff) | |
| parent | 270beed0505ef47159d94fb162ff4840958f3ce5 (diff) | |
fix: Fennel 0.8.0 enhancements
Changelog:
- fixed bug in try
- reworked pretty printing for sets
- handle cycles in sets
- use new fennel.view format
- reorganized library to make requiring it easier
Diffstat (limited to '.depend.mk')
| -rw-r--r-- | .depend.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -cljlib.lua: cljlib.fnl cljlib-macros.fnl -tests/core.lua: tests/core.fnl cljlib-macros.fnl tests/test.fnl cljlib.fnl -tests/macros.lua: tests/macros.fnl cljlib-macros.fnl tests/test.fnl -tests/fn.lua: tests/fn.fnl cljlib-macros.fnl tests/test.fnl +init.lua: init.fnl macros.fnl +tests/core.lua: tests/core.fnl macros.fnl tests/test.fnl init.fnl +tests/macros.lua: tests/macros.fnl macros.fnl tests/test.fnl +tests/fn.lua: tests/fn.fnl macros.fnl tests/test.fnl |