Skip to content

Commit b880914

Browse files
committed
remote: drop dependent-sum upper bound like in core
1 parent a9fcf05 commit b880914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ library
107107
, containers
108108
, crypton
109109
, data-default-class
110-
, dependent-sum > 0.7 && < 1
110+
, dependent-sum > 0.7
111111
, dependent-sum-template > 0.1.1 && < 0.3
112112
, generic-arbitrary < 1.1
113113
, hashable
@@ -169,7 +169,7 @@ test-suite remote
169169
, hnix-store-tests
170170
, cereal
171171
, crypton
172-
, dependent-sum > 0.7 && < 1
172+
, dependent-sum > 0.7
173173
, some > 1.0.5 && < 2
174174
, text
175175
, time

0 commit comments

Comments
 (0)