haskellPackages.file-io: unbreak for ghc 9.6

This commit is contained in:
Tommy Bidne 2023-09-06 09:22:15 +12:00
parent 58c3652956
commit ac54dfcdf2
No known key found for this signature in database
GPG Key ID: 42D4DDB937B3211A

View File

@ -79,6 +79,9 @@ self: super: {
aeson = doJailbreak super.aeson;
free = doJailbreak super.free;
# Requires filepath >= 1.4.100.0 <=> GHC >= 9.6
file-io = unmarkBroken super.file-io;
# Too strict upper bound on template-haskell
# https://github.com/mokus0/th-extras/pull/21
th-extras = doJailbreak super.th-extras;