From 270beed0505ef47159d94fb162ff4840958f3ce5 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Tue, 19 Jan 2021 16:46:00 +0000 Subject: 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 --- .depend.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.depend.mk') diff --git a/.depend.mk b/.depend.mk index 1c09089..a93e35b 100644 --- a/.depend.mk +++ b/.depend.mk @@ -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 -- cgit v1.2.3