From 0cd87b345d679b534921118da7bfe3c0952ae20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Sun, 15 Oct 2023 08:30:20 +0200 Subject: [PATCH] No need to manually disable `rdf` (can be managed by commenter) - also `streamly-bytestring`is not manually disabled (#7094). --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f95324d2..aa3fa839 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3764,7 +3764,7 @@ packages: "Travis Whitaker ": - cpuinfo - lmdb - - rdf < 0 # https://github.com/commercialhaskell/stackage/issues/7094 + - rdf - data-compat - deepseq-instances @@ -7523,6 +7523,7 @@ packages: - random-source < 0 # tried random-source-0.3.0.13, but its *library* requires base >=4 && < 4.16 and the snapshot contains base-4.18.1.0 - random-source < 0 # tried random-source-0.3.0.13, but its *library* requires mtl >=2.0 && < 2.3 and the snapshot contains mtl-2.3.1 - rank2classes < 0 # tried rank2classes-1.5.2, but its *library* requires the disabled package: data-functor-logistic + - rdf < 0 # tried rdf-0.1.0.7, but its *library* requires bytestring >=0.10 && < 0.11.5 and the snapshot contains bytestring-0.11.5.2 - reanimate < 0 # tried reanimate-1.1.6.0, but its *library* requires aeson >=1.3.0.0 && < 2 and the snapshot contains aeson-2.1.2.1 - reanimate < 0 # tried reanimate-1.1.6.0, but its *library* requires the disabled package: reanimate-svg - rec-smallarray < 0 # tried rec-smallarray-0.1.0.0, but its *library* requires base >=4.12 && < =4.17 and the snapshot contains base-4.18.1.0