Skip to content

Commit

Permalink
Update deps and fix error. (#29)
Browse files Browse the repository at this point in the history
- [x] `nix flake update`
- [x] Update `index-state` in the `cabal.project`
- [x] Fix compilation error: `TokenName` has no `IsString` instance.
  • Loading branch information
Unisay authored Nov 29, 2024
1 parent 3cf08ba commit a9593b5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion app/GenAuctionValidatorBlueprint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auctionParams =
AuctionParams
{ apSeller = error "Replace with seller public key hash"
, apCurrencySymbol = error "Replace with currency symbol"
, apTokenName = "TokenToBeAuctioned"
, apTokenName = error "Replace with token name"
, apMinBid = 100
, apEndTime = error "Replace with the auction's end time"
}
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 2024-10-14T00:00:00Z
, hackage.haskell.org 2024-11-27T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-10-14T00:00:00Z
, cardano-haskell-packages 2024-11-27T00:00:00Z

packages:
./.
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9593b5

Please sign in to comment.