input-output-hk / plutus-pioneer-program

This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
1.39k stars 987 forks source link

Change package name `week02` and `week03` in cabal.project file #104

Closed ahaxu closed 1 year ago

ahaxu commented 1 year ago

When i run cabal update in my local computer, it throw error about Week02 and Week03 not found. So we need to change as bellow (from upper case to lower case).

packages:
    Utilities
    week02
    week03