Rename libnames that I forgot
This commit is contained in:
parent
fee543372a
commit
f242adb81f
|
|
@ -4,7 +4,7 @@
|
||||||
(scheme write)
|
(scheme write)
|
||||||
(scheme process-context)
|
(scheme process-context)
|
||||||
(libs util)
|
(libs util)
|
||||||
(libs data)
|
(libs implementations)
|
||||||
(libs library-util)
|
(libs library-util)
|
||||||
(srfi 170))
|
(srfi 170))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
(define-library
|
(define-library
|
||||||
(libs data)
|
(libs implementations)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme write)
|
(scheme write)
|
||||||
(scheme file)
|
(scheme file)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue