diff options
| author | sternenseemann <sternenseemann@systemli.org> | 2023-03-20 19:02:59 +0100 |
|---|---|---|
| committer | sternenseemann <sternenseemann@systemli.org> | 2023-03-20 19:02:59 +0100 |
| commit | 49d835a29f6b4f033aaa2a6fb303bda422e28650 (patch) | |
| tree | 1d0062d59c7269f5f64c8c553aa2d4cc4d2f7ee4 /pkgs/development/python-modules/python-mapnik | |
| parent | 25ae2724974bca2b7d1ba0cb5772f57ac63673f7 (diff) | |
haskell.packages.ghc92.cabal-install: get to work
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.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
