From e80429a370eb7533f6541a491ee4efaa094cb4a1 Mon Sep 17 00:00:00 2001 From: sorki Date: Fri, 1 Dec 2023 15:18:04 +0100 Subject: [PATCH] remote: drop dependent-sum upper bound like in core --- hnix-store-remote/hnix-store-remote.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hnix-store-remote/hnix-store-remote.cabal b/hnix-store-remote/hnix-store-remote.cabal index 53953f72..8db035f6 100644 --- a/hnix-store-remote/hnix-store-remote.cabal +++ b/hnix-store-remote/hnix-store-remote.cabal @@ -107,7 +107,7 @@ library , containers , crypton , data-default-class - , dependent-sum > 0.7 && < 1 + , dependent-sum > 0.7 , dependent-sum-template > 0.1.1 && < 0.3 , generic-arbitrary < 1.1 , hashable @@ -169,7 +169,7 @@ test-suite remote , hnix-store-tests , cereal , crypton - , dependent-sum > 0.7 && < 1 + , dependent-sum > 0.7 , some > 1.0.5 && < 2 , text , time