From d8dabe7d35b477ed7a85624252fc2d0b48dbb137 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 1 May 2024 13:44:10 -0500 Subject: [PATCH] add missing upper bounds --- diagrams-lib.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diagrams-lib.cabal b/diagrams-lib.cabal index 8af52302..4bee8d52 100644 --- a/diagrams-lib.cabal +++ b/diagrams-lib.cabal @@ -115,9 +115,9 @@ Library fingertree >= 0.1 && < 0.2, intervals >= 0.7 && < 0.10, lens >= 5.1 && < 5.3, - tagged >= 0.7, + tagged >= 0.7 && < 0.9, optparse-applicative >= 0.11 && < 0.19, - filepath, + filepath >= 1.4 && < 1.5, JuicyPixels >= 3.3.4 && < 3.4, hashable >= 1.1 && < 1.5, linear >= 1.20.1 && < 1.24,