From 22f3e76b9eb72eaf4ac3aba0449e4f5d34b9d41e Mon Sep 17 00:00:00 2001 From: Dzmitry Shuiski Date: Wed, 15 Jan 2025 17:41:18 +0100 Subject: [PATCH] Minor fixes to doc/ctl-as-dependency.md --- doc/ctl-as-dependency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ctl-as-dependency.md b/doc/ctl-as-dependency.md index da309aa57..0d4fc01fe 100644 --- a/doc/ctl-as-dependency.md +++ b/doc/ctl-as-dependency.md @@ -26,7 +26,7 @@ Do note that `runLocalTestnetTest` in `overlays.purescript` requires the presenc To see an example project that uses both `overlays`, please refer to our [scaffolding template](../templates/ctl-scaffold/flake.nix). You can also use this template to conveniently initialize a new CTL-based project (`nix flake init -t github:Plutonomicon/cardano-transaction-lib` in a new directory). It will take a significant amount of time for spago to download the dependencies. ## Upgrading CTL -Unfortunately, upgrading CTL remains a relatively involved process. However, it has been partially simplified with the introduction of our [Cardano domain PureScript package set](https://github.com/mlabs-haskell/purescript-cardano-package-set) and the aggregate [NPM package](https://github.com/mlabs-haskell/purescript-cardano-package-set). This is in part due to the complexity of the project and in part due to features inherent to Spago's approach to dependency management. The following assumes that you are using a project based on Nix flakes and using our overlays as outlined above. +Unfortunately, upgrading CTL remains a relatively involved process. However, it has been partially simplified with the introduction of our [Cardano domain PureScript package set](https://github.com/mlabs-haskell/purescript-cardano-package-set) and the aggregate [NPM package](https://www.npmjs.com/package/@mlabs-haskell/ctl-npm-meta). This complexity arises partly from the scale of the project itself and in part due to features inherent to Spago's approach to dependency management. The following assumes that you are using a project based on Nix flakes and using our overlays as outlined above. Make sure to perform **all** of the following steps, otherwise you **will** encounter difficult-to-debug issues: