From 6453a3252b9f36e2066b546a247d166682aacfea Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Wed, 6 Apr 2022 14:55:07 +0200 Subject: [PATCH] Remove the upper bound on linear-base Fixes #6526. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b38147cb..16b9a35e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4698,7 +4698,7 @@ packages: - strong-path "Arnaud Spiwack @aspiwack": - - linear-base < 0.2 # https://github.com/commercialhaskell/stackage/issues/6526 + - linear-base - linear-generics "Ollie Charles @ocharles":