mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Fix lib name
This commit is contained in:
parent
57f74fa836
commit
61cb34fe52
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
;;;; This module contains a hashset based on code from:
|
;;;; This module contains a hashset based on code from:
|
||||||
;;;; https://github.com/avsej/hashset.c
|
;;;; https://github.com/avsej/hashset.c
|
||||||
;;;;
|
;;;;
|
||||||
(define-library (scheme cyclone pretty-print)
|
(define-library (scheme cyclone hashset)
|
||||||
(export
|
(export
|
||||||
)
|
)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
|
|
Loading…
Add table
Reference in a new issue