Skip to content

Commit

Permalink
fix nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed May 6, 2024
1 parent 3507e5b commit f0e6931
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
8 changes: 1 addition & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-03-26T06:28:59Z
, cardano-haskell-packages 2024-04-11T09:29:53Z
, cardano-haskell-packages 2024-05-06T13:38:48Z

packages:
cardano-faucet
Expand Down Expand Up @@ -57,9 +57,3 @@ source-repository-package
--sha256: sha256-saxnZMeeZcASesw2Fgg9X0I8YFQ7p8jD25TMt782i2s=
subdir: command-line
core

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli
subdir: cardano-cli
tag: f6256f6c60b6e805c5e0321d9bc85896b8e6b0e7
6 changes: 3 additions & 3 deletions cardano-faucet/cardano-faucet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-faucet
version: 8.3
version: 8.10
description: The Cardano command-line interface.
author: IOHK
maintainer: operations@iohk.io
Expand Down Expand Up @@ -61,8 +61,8 @@ library
, MissingH
, bytestring
, cardano-addresses
, cardano-api ^>= 8.44.0.0
, cardano-cli ^>= 8.22
, cardano-api ^>= 8.45.2
, cardano-cli ^>= 8.23
, cardano-prelude
, containers
, either
Expand Down
2 changes: 1 addition & 1 deletion cardano-faucet/src/Cardano/Faucet/Web.hs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ handleDelegateStake sbe FaucetState{fsPaymentSkey,fsUtxoTMVar,fsTxQueue,fsStakeT
Left err -> left err
Right ((stake_skey, creds), txinout) -> do
let
poolKeyHash :: L.KeyHash L.StakePool L.StandardCrypto = unStakePoolKeyHash poolId
poolKeyHash :: L.KeyHash 'L.StakePool L.StandardCrypto = unStakePoolKeyHash poolId
requirements =
caseShelleyToBabbageOrConwayEraOnwards
(\shelleyToBabbage -> StakeDelegationRequirementsPreConway shelleyToBabbage creds poolId)
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

0 comments on commit f0e6931

Please sign in to comment.