mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +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:
|
||||
;;;; https://github.com/avsej/hashset.c
|
||||
;;;;
|
||||
(define-library (scheme cyclone pretty-print)
|
||||
(define-library (scheme cyclone hashset)
|
||||
(export
|
||||
)
|
||||
(import (scheme base)
|
||||
|
|
Loading…
Add table
Reference in a new issue