aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
476 stars 94 forks source link

Error importing package published at github #1051

Open HinsonSIDAN opened 4 hours ago

HinsonSIDAN commented 4 hours ago

Summary

I have just released a updated version of vodka at https://github.com/sidan-lab/vodka/releases/tag/0.1.4-beta. But when I try to add it to my library, it fails to build the package.

aiken.toml of importing package

Full repository at https://github.com/gimbalabs/aiken-pbl-examples.

name = "gimbalabs/aiken-pbl"
version = "0.0.0"
compiler = "v1.1.5"
plutus = "v3"
license = "Apache-2.0"
description = "Aiken contracts for project 'gimbalabs/aiken-pbl'"

[repository]
user = "gimbalabs"
project = "aiken-pbl"
platform = "github"

[[dependencies]]
name = "aiken-lang/stdlib"
version = "v2.1.0"
source = "github"

[[dependencies]]
name = "sidan-lab/vodka"
version = "0.1.4-beta"
source = "github"

[config]

Way to reproduce

  1. Cloning repo - https://github.com/gimbalabs/aiken-pbl-examples
  2. aiken build

image

HinsonSIDAN commented 4 hours ago

Further investigation found out that it doesn't work since last version 0.1.3-beta. Last working version is 0.1.1-beta