Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A template repository for your Plinth smart contract project.

Plinth currently supports GHC `v9.2.x` and `v9.6.x`. Cabal `v3.8+` is recommended.
Plinth currently supports GHC `v9.6.x`. Cabal `v3.8+` is recommended.

### 1. Create the repository

Expand All @@ -28,7 +28,7 @@ Plinth currently supports GHC `v9.2.x` and `v9.6.x`. Cabal `v3.8+` is recommende

Then enter the shell using `nix develop`.

The nix files inside this template follow the [`iogx` flake](https://github.com/input-output-hk/iogx), but you can delete and replace them with your own. In that case, you might want to include the [`devx` flake](https://github.com/input-output-hk/devx/issues) in your flake inputs as a starting point to supply all the necessary dependencies, making sure to use one of the `-iog` flavours.
The nix files inside this template follow the [`iogx` template](https://github.com/input-output-hk/iogx), but you can delete and replace them with your own. In that case, you might want to include the [`devx` flake](https://github.com/input-output-hk/devx/issues) in your flake inputs as a starting point to supply all the necessary dependencies, making sure to use one of the `-iog` flavours.

- With Docker / Devcontainers / Codespaces

Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ repository cardano-haskell-packages

index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2025-07-09T10:08:21Z
, hackage.haskell.org 2025-07-09T07:14:35Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2025-07-09T10:08:21Z
, cardano-haskell-packages 2025-07-09T07:14:35Z

packages:
./.
Loading