Skip to content

Commit f4ea5dc

Browse files
committed
cabal: dep: relude: require >= 1.0
Since reexports of basic packages were cleaned-up in Cabal dependencies, that included only in `relude`. Checked the constraints introduced - `relude` constraints are wide, they (currently) do not to already present version constraints, but of course add structurally.
1 parent b9349f3 commit f4ea5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ library
441441
, process >= 1.6.3 && < 1.7
442442
, ref-tf >= 0.5 && < 0.6
443443
, regex-tdfa >= 1.2.3 && < 1.4
444-
, relude >= 0.7.0 && < 1.1.0
444+
, relude >= 1.0.0 && < 1.1.0
445445
, scientific >= 0.3.6 && < 0.4
446446
, semialign >= 1 && < 1.3
447447
, serialise >= 0.2.1 && < 0.3

0 commit comments

Comments
 (0)