Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ allow-newer:
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

-- Points to ouroboros-consensus/leios-prototype-remake
-- Points to ouroboros-consensus/leios-prototype
source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: cb3a21d17f236bfa3de0d2b658f8cec9cd7b919e
--sha256: sha256-rx1lCtjDUtbSxZh7iqwj4JKIwp4ssYH2kqg+RsjV0oQ=
tag: 22dbfaf3811149e9f74bfab792ffad1f067c1b6a
--sha256: sha256-cH+wWrkc4rNRIPPf8i9VsP2oKmg4YamyJ1wY5WF1ucQ=

-- Points to cardano-ledger/leios-prototype-remake
source-repository-package
Expand Down
1 change: 1 addition & 0 deletions cardano-node/src/Cardano/Node/Orphans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{-# LANGUAGE TypeFamilies #-}

{-# OPTIONS_GHC -Wno-orphans #-}
{-# OPTIONS_GHC -Wno-missing-methods #-}

module Cardano.Node.Orphans () where

Expand Down
Loading