mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
haskellPackages.file-io: unbreak for ghc 9.6
This commit is contained in:
parent
58c3652956
commit
ac54dfcdf2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user