Hi,

NhanH reported in IRC that they could not get the date-literals egg to
work: (use date-literals) wasn't able to find the module.

After some investigation, Peter pointed out that no import library was
being installed.

Here's a patch that builds and installs the import as well as increases
the version number.



Regards,
@ndy

-- 
[email protected]
http://www.ashurst.eu.org/
0290 DA75 E982 7D99 A51F  E46A 387A 7695 7EBA 75FF

diff -ruP date-literals/date-literals.setup date-literals.2015-04-08/date-literals.setup
--- date-literals/date-literals.setup	2015-04-08 11:24:27.654215900 +0100
+++ date-literals.2015-04-08/date-literals.setup	2015-04-08 11:21:16.370492378 +0100
@@ -1,6 +1,7 @@
 (compile -s -O2 -d1 date-literals.scm -j date-literals)
+(compile -s date-literals.import.scm -O2 -d0)
 
 (install-extension
   'date-literals
-  '("date-literals.so")
-  '((version 1.1.0) ) )
+  '("date-literals.so" "date-literals.import.so")
+  '((version 1.1.1) ) )
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to