Skip to content

Commit

Permalink
Rename runtime module (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttih authored Dec 16, 2023
1 parent 9b26547 commit 7d53cd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ workspace:
args:
- build
package_set:
url: https://raw.githubusercontent.com/purescm/purescm/4c68ee30ebef26205e1aa07b71195a399633aed8/package-sets/1.0.0.json
hash: sha256-3SAX1Q2D4bmN9ncrsKsh3W1xvKoY+GQZLs4xd+LREMY=
url: https://raw.githubusercontent.com/purescm/purescm/f4b8670aad61398602fe8b61e7e4a33af1102320/package-sets/1.0.0.json
2 changes: 1 addition & 1 deletion src/Data/Traversable.ss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(library (Data.Traversable foreign)
(export traverseArrayImpl)
(import (only (rnrs base) define lambda cons quote)
(prefix (purs runtime lib) rt:)
(prefix (purs runtime) rt:)
(prefix (purs runtime srfi :214) srfi:214:))

(define kons
Expand Down
2 changes: 1 addition & 1 deletion test/Main.ss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mkNEArray
foldMap1NEArray)
(import (only (rnrs base) define lambda let if + > <)
(prefix (purs runtime lib) rt:)
(prefix (purs runtime) rt:)
(prefix (purs runtime srfi :214) srfi:214:))

(define arrayFrom1UpTo
Expand Down

0 comments on commit 7d53cd7

Please sign in to comment.