We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e23abb commit 134ffe9Copy full SHA for 134ffe9
cabal.project
@@ -74,3 +74,8 @@ if impl (ghc >= 9.12)
74
-- https://github.com/kapralVV/Unique/issues/11
75
, Unique:hashable
76
77
+source-repository-package
78
+ type: git
79
+ location: https://github.com/IntersectMBO/cardano-api.git
80
+ tag: 180129463ef6fb1942883fa9058e3cb34eef160f
81
+ subdir: cardano-api
cardano-cli/src/Cardano/CLI/EraBased/Governance/DRep/Run.hs
@@ -7,6 +7,7 @@
7
{-# LANGUAGE RankNTypes #-}
8
{-# LANGUAGE ScopedTypeVariables #-}
9
10
+{- HLINT ignore "Redundant id" -}
11
{- HLINT ignore "Use let" -}
12
13
module Cardano.CLI.EraBased.Governance.DRep.Run
0 commit comments