mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
49d835a29f
The directory >= 1.3.7.0 constraint proved to be a real troublemaker. Since directory is a core package other core packages frequently depend upon (as opposed to process) which tends to cause inconsistent dependency errors. To get it to work the following was done: - Use directory 1.3.7.1 to eliminate the need to also upgrade filepath and unix, saving a bit of trouble. This still forces us to recompile process every time directory is upgraded (i.e. GHC >= 9.2.5) even if the core package process version would match to prevent inconsistent dependencies. - Upgrade hspec to 2.10 where it no longer depends on ghc and ghc-boot-th which naturally causes inconsistent dependencies by depending on core packages, namely directory.
12 MiB
Generated
12 MiB
Generated
The file is too large to be shown.
View Raw