Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.18 KB

Changelog

[0.2.1] (pre) - 2024-01-22

notice

Changed

Added

  • Add a symlink .spago/p -> .spago/packages to make derivation work with newer versions of spago.

Removed

  • Removed flake dependency of flake-utils, in favour of nixpkgs based solution (#2).

Fixed

0.2.0 - 2024-01-14

This release brings breaking changes that makes the usage of mkSpagoDerivation more consistent.

Changed

  • 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

Added

  • Add tests for remote packages and local packages
  • Build projects from spago.lock files (#1)

Removed

  • Delete functionality to build PureScript project with only a spago.yaml file

Fixed

  • Local packages are now handled properly

0.1.0 - 2023-10-10

Initial release.