Skip to content

Commit c592e36

Browse files
committed
Add upper bound on Cabal < 3.14
Cabal 3.14 reworked FilePath references, which we use in the custom Setup. This is a breaking change and we are not yet ready to commit to Cabal 3.14+.
1 parent 10f9bbf commit c592e36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ constraints:
100100
, unix == 2.7.2.2
101101
, unliftio-core == 0.2.1.0
102102
, async-timer == 0.1.4.1
103+
-- Cabal 3.14 reworked FilePath references, which we use in custom-setups
104+
, Cabal < 3.14
103105

104106
-- ---------------------------------------------------------
105107

0 commit comments

Comments
 (0)