Skip to content

Commit

Permalink
Issue #211 - Import (scheme)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Oct 17, 2016
1 parent 347e18f commit 262ce9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
v3.19.4
--------

Bug fixes:

- Import `(scheme)` in SRFI 1, to prevent problems with missing the `receive` macro in compiled programs.

v3.19.3
--------

Big Fixes:
Bug Fixes:

- Fixed compilation errors in `FFI.hs`.

Expand Down
2 changes: 1 addition & 1 deletion husk-scheme.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: husk-scheme
Version: 3.19.3
Version: 3.19.4
Synopsis: R5RS Scheme interpreter, compiler, and library.
Description:
<<https://github.com/justinethier/husk-scheme/raw/master/docs/husk-scheme.png>>
Expand Down
3 changes: 2 additions & 1 deletion lib/srfi/1.sld
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(define-library (srfi 1)
(export-all)
(import (scheme base)
(import (scheme)
(scheme base)
(scheme cxr))
(include "srfi-1.scm"))

0 comments on commit 262ce9a

Please sign in to comment.