fffuu: allow building with split-0.2.5

This commit is contained in:
sternenseemann 2024-04-21 17:08:16 +02:00
parent d4f78fde66
commit 1d5354ec4d
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ mkDerivation {
postPatch = ''
substituteInPlace haskell_tool/fffuu.cabal \
--replace "containers >=0.5 && <0.6" "containers >= 0.6" \
--replace "optparse-generic >= 1.2.3 && < 1.3" "optparse-generic >= 1.2.3"
--replace "optparse-generic >= 1.2.3 && < 1.3" "optparse-generic >= 1.2.3" \
--replace "split >= 0.2.3 && <= 0.2.4" "split >= 0.2.3"
'';
preCompileBuildDriver = ''