Skip to content

Commit

Permalink
added srfi-127 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Jul 4, 2019
1 parent 95a24cb commit 5e3b64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lexgen.egg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
((synopsis "Lexer combinators")
(license "GPL-3")
(category parsing)
(dependencies srfi-1 utf8 yasos)
(dependencies srfi-1 utf8 yasos srfi-127)
(test-dependencies test srfi-14)
(author "Ivan Raikov")
(components (extension lexgen))
Expand Down
4 changes: 2 additions & 2 deletions lexgen.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
;; Based on the SML lexer generator by Thant Tessman.
;;
;; Copyright 2009-2018 Ivan Raikov.
;; Copyright 2009-2019 Ivan Raikov.
;;
;;
;; This program is free software: you can redistribute it and/or
Expand Down Expand Up @@ -31,7 +31,7 @@
(import scheme (chicken base)
(only srfi-1 first second filter-map fold concatenate every lset<= )
yasos yasos-collections
utf8 utf8-srfi-14)
utf8 utf8-srfi-14 srfi-127)


;;
Expand Down

0 comments on commit 5e3b64f

Please sign in to comment.