Skip to content

Commit

Permalink
Relative imports work with nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Dec 10, 2023
1 parent 6ce9ffb commit 559e5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: diku-dk/[email protected]
with:
version: 'latest'
version: 'nightly'

- name: Build Haskell
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/literate-files.fut
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def rev_first_n (n: i64) (s: []u8) = reverse (take n s)
-- Reading a file is done with the `$loadbytes` builtin, which is only
-- valid in FutharkScript.

-- > rev_first_n 10 ($loadbytes "examples/literate-files.fut")
-- > rev_first_n 10 ($loadbytes "literate-files.fut")

-- # See also
--
Expand Down

0 comments on commit 559e5d1

Please sign in to comment.