Skip to content
Snippets Groups Projects
Commit 1c6dc6b2 authored by Artem Pelenitsyn's avatar Artem Pelenitsyn
Browse files

cabal-install on 3.14 depends on an unreleased Cabal fuction, so, needs a lower bound bump

the function in question is `addInternalBuildToolsFixed`
(introduced in https://github.com/haskell/cabal/pull/10838)
parent ce26c3c9
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ common base-dep
build-depends: base >=4.13 && <4.22
common cabal-dep
build-depends: Cabal ^>=3.14
build-depends: Cabal >=3.14.2 && <3.15
common cabal-syntax-dep
build-depends: Cabal-syntax ^>=3.14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment