Skip to content

Commit 1b243bd

Browse files
committed
Make cabal-install-solver depend on Cabal ^>=3.10.3
fix #9838
1 parent 50b3358 commit 1b243bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ library
107107
, array >=0.4 && <0.6
108108
, base >=4.10 && <4.20
109109
, bytestring >=0.10.6.0 && <0.13
110-
, Cabal ^>=3.10
110+
, Cabal ^>=3.10.3
111111
, Cabal-syntax ^>=3.10
112112
, containers >=0.5.6.2 && <0.8
113113
, edit-distance ^>= 0.2.2

0 commit comments

Comments
 (0)