Skip to content

Commit 3daf726

Browse files
authored
Update ouroboros-network SRP for ouroboros-network-0.22.3.0 (#1733)
Also `Unique` [was revised](https://hackage.haskell.org/package/Unique-0.4.8.0/revisions/) in 2025-09-14T23:40:28Z
2 parents 9ac10c7 + 231b05e commit 3daf726

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

cabal.project

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ if os (windows)
4545
constraints:
4646
bitvec -simd
4747

48-
if impl (ghc >= 9.12)
49-
allow-newer:
50-
-- https://github.com/kapralVV/Unique/issues/11
51-
, Unique:hashable
52-
5348
if impl (ghc >= 9.10)
5449
allow-newer:
5550
-- https://github.com/phadej/regression-simple/pull/14
@@ -85,18 +80,12 @@ source-repository-package
8580
eras/byron/ledger/impl
8681
eras/byron/crypto
8782

88-
allow-newer:
89-
-- https://github.com/phadej/vec/issues/121
90-
, ral:QuickCheck
91-
, fin:QuickCheck
92-
, bin:QuickCheck
93-
9483
-- Backported version of https://github.com/IntersectMBO/ouroboros-network/pull/5161
9584
source-repository-package
9685
type: git
9786
location: https://github.com/IntersectMBO/ouroboros-network
98-
tag: b07a86ed853b63881b5a83e57508902f1562ac01
99-
--sha256: sha256-n/XX0+cQegq2a1cAfmGx30T64eix4oEXzpVEFCKqmg0=
87+
tag: 1385b53cefb81e79553b6b0252537455833ea9c4
88+
--sha256: sha256-zZ7WsMfRs1fG16bmvI5vIh4fhQ8RGyEvYGLSWlrxpg0=
10089
subdir:
10190
ouroboros-network-api
10291
ouroboros-network

ouroboros-consensus/test/storage-test/Test/Ouroboros/Storage/PerasCertDB/StateMachine.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# LANGUAGE CPP #-}
12
{-# LANGUAGE DeriveGeneric #-}
23
{-# LANGUAGE DerivingStrategies #-}
34
{-# LANGUAGE FlexibleContexts #-}
@@ -11,6 +12,10 @@
1112
{-# LANGUAGE TypeFamilies #-}
1213
{-# LANGUAGE UndecidableInstances #-}
1314

15+
#if !MIN_VERSION_QuickCheck(2,16,0)
16+
{-# OPTIONS_GHC -Wno-dodgy-imports #-}
17+
#endif
18+
1419
module Test.Ouroboros.Storage.PerasCertDB.StateMachine (tests) where
1520

1621
import Control.Monad.State

0 commit comments

Comments
 (0)