notice
- Add a symlink
.spago/p -> .spago/packages
to make derivation work with newer versions of spago.
- Removed flake dependency of flake-utils, in favour of nixpkgs based solution (#2).
0.2.0 - 2024-01-14
This release brings breaking changes that makes the usage of mkSpagoDerivation
more consistent.
- Breaking: Require a
spago.lock
file for dependency fetching - Breaking: Remove internal use of purs and spago
- Update all tests to use the current version of
mkSpagoDerivation
- Add tests for remote packages and local packages
- Build projects from
spago.lock
files (#1)
- Delete functionality to build PureScript project with only a
spago.yaml
file
- Local packages are now handled properly
0.1.0 - 2023-10-10
Initial release.