From 4ae5e4daa25afcb4de4041b57e961e8c6e352399 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Oct 2021 08:55:18 +0100 Subject: [PATCH] Remove deprecated universe-instances-base & universe-instances-trans, closes #6266 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e2da2fc..5e83c4b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5271,6 +5271,8 @@ packages: - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - universe-instances-base < 0 # deprecated + - universe-instances-trans < 0 # deprecated "GHC upper bounds": # Need to always match the version shipped with GHC