diff --git a/hyphenate/hyphenate/private/core.rkt b/hyphenate/hyphenate/private/core.rkt index d69c8add..f43efc25 100644 --- a/hyphenate/hyphenate/private/core.rkt +++ b/hyphenate/hyphenate/private/core.rkt @@ -1,5 +1,5 @@ #lang racket/base -(require txexpr/base racket/string racket/list sugar/list "params.rkt") +(require txexpr/base racket/string racket/list "params.rkt") (provide hyphenate unhyphenate word->hyphenation-points convert-exception-word string->hashpair) (module+ test