From b9120f6e4164f548891de29f43203a3c5c4898e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Wed, 17 Jan 2024 17:11:00 +0100 Subject: [PATCH] Remove allow-newer for ghc-trace-events --- cabal.project | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cabal.project b/cabal.project index 1f42c90346..b68ac3cade 100644 --- a/cabal.project +++ b/cabal.project @@ -36,7 +36,7 @@ packages: ./plugins/hls-overloaded-record-dot-plugin ./plugins/hls-semantic-tokens-plugin -index-state: 2024-01-13T19:06:05Z +index-state: 2024-01-17T16:04:21Z tests: True test-show-details: direct @@ -91,10 +91,6 @@ if impl(ghc >= 9.1) if impl(ghc >= 9.7) allow-newer: ekg-core:text, - -- https://github.com/maoe/ghc-trace-events/issues/12 - ghc-trace-events:base, - ghc-trace-events:bytestring, - ghc-trace-events:text, -- https://github.com/haskell-primitive/primitive-unlifted/issues/39 primitive-unlifted:bytestring, -- https://github.com/obsidiansystems/commutative-semigroups/issues/13