Skip to content

Commit e307ca5

Browse files
committed
cabal.project: Update index-states
And remove redundant `allow-newer` stanzas.
1 parent e07f836 commit e307ca5

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

cabal.project

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository cardano-haskell-packages
1010
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1111

1212
index-state:
13-
, hackage.haskell.org 2025-05-07T06:09:46Z
13+
, hackage.haskell.org 2025-05-08T22:29:22Z
1414
, cardano-haskell-packages 2025-04-29T20:52:57Z
1515

1616
packages:
@@ -67,9 +67,6 @@ package snap-server
6767
-- only if the `cardano-node` is compiled with `+rtview`.
6868
flags: -openssl
6969

70-
package cardano-ledger-shelley
71-
flags: -XAllowAmbiguousTypes
72-
7370
-- ---------------------------------------------------------
7471

7572
constraints:
@@ -85,25 +82,13 @@ constraints:
8582

8683
if impl (ghc >= 9.12)
8784
allow-newer:
88-
-- https://github.com/phadej/vec/issues/118
89-
, bin:base
90-
, fin:base
91-
, ral:base
92-
93-
-- https://github.com/haskellari/tree-diff/issues/97
94-
, tree-diff:base
95-
9685
-- https://github.com/kapralVV/Unique/issues/11
9786
, Unique:hashable
9887

9988
-- https://github.com/Gabriella439/Haskell-Pipes-Safe-Library/pull/70
10089
, pipes-safe:base
10190

102-
-- https://github.com/phadej/insert-ordered-containers/issues/65
103-
, insert-ordered-containers:base
104-
, insert-ordered-containers:hashable
105-
106-
-- https://github.com/GetShopTV/swagger2/issues/256
91+
-- https://github.com/GetShopTV/swagger2/issues/256
10792
, swagger2:base
10893
, swagger2:template-haskell
10994

cardano-chain-gen/src/Cardano/Mock/ChainSync/Server.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
{-# LANGUAGE ScopedTypeVariables #-}
99
{-# LANGUAGE TypeApplications #-}
1010

11-
{-# OPTIONS_GHC -Wno-orphans #-}
12-
1311
module Cardano.Mock.ChainSync.Server (
1412
-- * server
1513
forkServerThread,

0 commit comments

Comments
 (0)