Skip to content

Commit 5ebedb0

Browse files
authored
Merge pull request #5 from purescript-lua/chore/migrate-org-links
chore: point pslua + package-set links at purescript-lua org
2 parents 3cbbcf4 + 944d4ba commit 5ebedb0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AGENTS.md
22

3-
A PureScript→Lua FFI fork in the [`purescript-lua`](https://github.com/Unisay/purescript-lua) package set. Generated code targets **Lua 5.1**.
3+
A PureScript→Lua FFI fork in the [`purescript-lua`](https://github.com/purescript-lua/purescript-lua) package set. Generated code targets **Lua 5.1**.
44

55
## Commands
66

@@ -34,12 +34,12 @@ A bare `function … end` or an unparenthesised expression fails to parse.
3434

3535
## Toolchain
3636

37-
`flake.nix` pins everything through [`purescript-overlay`](https://github.com/thomashoneyman/purescript-overlay): purs 0.15.16 (`purs-bin.purs-0_15_16`), spago 0.21.0 (`spago-bin.spago-0_21_0`), Lua 5.1 (`lua51Packages`). The `pslua` input tracks `github:Unisay/purescript-lua`; keep `flake.lock` reasonably current, since a long-stale pslua pin won't create the `--lua-output-file` directory and CI fails.
37+
`flake.nix` pins everything through [`purescript-overlay`](https://github.com/thomashoneyman/purescript-overlay): purs 0.15.16 (`purs-bin.purs-0_15_16`), spago 0.21.0 (`spago-bin.spago-0_21_0`), Lua 5.1 (`lua51Packages`). The `pslua` input tracks `github:purescript-lua/purescript-lua`; keep `flake.lock` reasonably current, since a long-stale pslua pin won't create the `--lua-output-file` directory and CI fails.
3838

3939
## Releasing
4040

41-
Tag-driven, with no GitHub Release or changelog entry. The full conventions live in the [package-set repo](https://github.com/Unisay/purescript-lua-package-sets/blob/master/CONTRIBUTING.md): push an annotated tag on `master`, bump this fork's `version` in the package set's `src/packages.dhall`, refresh `latest-compatible-sets.json`, and push a `psc-*` set tag.
41+
Tag-driven, with no GitHub Release or changelog entry. The full conventions live in the [package-set repo](https://github.com/purescript-lua/purescript-lua-package-sets/blob/master/CONTRIBUTING.md): push an annotated tag on `master`, bump this fork's `version` in the package set's `src/packages.dhall`, refresh `latest-compatible-sets.json`, and push a `psc-*` set tag.
4242

4343
## Decisions
4444

45-
Cross-cutting decisions are recorded as ADRs in the [package-set repo](https://github.com/Unisay/purescript-lua-package-sets/tree/master/docs/adr). Read them before a decision that affects the set, and add one after making such a decision.
45+
Cross-cutting decisions are recorded as ADRs in the [package-set repo](https://github.com/purescript-lua/purescript-lua-package-sets/tree/master/docs/adr). Read them before a decision that affects the set, and add one after making such a decision.

flake.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
url = "github:thomashoneyman/purescript-overlay";
99
inputs.nixpkgs.follows = "nixpkgs";
1010
};
11-
pslua.url = "github:Unisay/purescript-lua";
11+
pslua.url = "github:purescript-lua/purescript-lua";
1212
};
1313

1414
outputs = { self, nixpkgs, flake-utils, purescript-overlay, pslua }:

packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let upstream-ps =
33
sha256:ae8a25645e81ff979beb397a21e5d272fae7c9ebdb021a96b1b431388c8f3c34
44

55
let upstream-lua =
6-
https://github.com/Unisay/purescript-lua-package-sets/releases/download/psc-0.15.15-20240330/packages.dhall
6+
https://github.com/purescript-lua/purescript-lua-package-sets/releases/download/psc-0.15.15-20240330/packages.dhall
77
sha256:6204e2eff3a1c021b3cecb452fdfe42c2c006270e2167d7d7abe625acd0ea58d
88

99
in upstream-ps // upstream-lua

0 commit comments

Comments
 (0)