Skip to content

Releases: Liqwid-Labs/liqwid-nix

v2.2.2

16 Jan 16:18
30aeee0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

09 Jan 16:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

04 Jan 11:45
7371121
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

02 Jan 11:47
Compare
Choose a tag to compare

What's Changed

  • remove CTL from liqwid-nix's own inputs by @emiflake in #35

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Dec 20:04
690e442
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

12 Dec 12:57
3b77398
Compare
Choose a tag to compare

What's Changed

  • deprecating haskell-nix-extra-hackage and using haskell.nix tool by @SeungheonOh in #33

Full Changelog: https://github.com/Liqwid-Labs/liqwid-nix/blob/main/CHANGELOG.md#201----2022-12-12

v2.0.0

05 Dec 11:32
5eec525
Compare
Choose a tag to compare

What's Changed

  • Rework Nix system into using flake-parts.

    Major differences:

    • Configuring uses modular system, which requires a few more nix files,
      but it allows simultaneously having off-chain and on-chain in a single
      repository.

    • Most flake inputs are managed inside of liqwid-nix instead of the projects
      using it. This means that versioning liqwid-nix is a bit more important.
      This is actually a big improvement, because previously having the inputs
      controlled by the user of the liqwid-nix library gave the illusion of
      freedom: Users can change versions at will and so they expect things to
      work together well, even when rarely this was the case. Now, a single
      liqwid-nix version will rule them all.

    • Run scripts are slightly different now. nix run .#help is useful for
      looking at them.

  • Bumped to Fourmolu 0.9.0.0.

  • Plutarch 1.3.0 is enforced for on-chain projects.

  • GHC 9.2.4 is encouraged for on-chain projects.

Full Changelog: https://github.com/Liqwid-Labs/liqwid-nix/blob/main/CHANGELOG.md#200----2022-11-28

v1.1.0

31 Oct 19:54
7add1f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Oct 13:46
c17fef5
Compare
Choose a tag to compare
Merge pull request #16 from Liqwid-Labs/add-ghc-tags

Add hasktags