Open Cedev opened 6 months ago
This incorporates the previous change https://github.com/jwiegley/gitlib/commit/5fc31eff3c45a7ca8aa9aa9ab46ab17a4ddbe927 that changes the Build-Type from Custom to Simple.
Build-Type
Custom
Simple
This removes an implicit dependency on setup.Cabal >=1.9 && <1.25 allowing the latest version to be built when built as a dependency of a project using a newer cabal version.
setup.Cabal >=1.9 && <1.25
This incorporates the previous change https://github.com/jwiegley/gitlib/commit/5fc31eff3c45a7ca8aa9aa9ab46ab17a4ddbe927 that changes the
Build-Type
fromCustom
toSimple
.This removes an implicit dependency on
setup.Cabal >=1.9 && <1.25
allowing the latest version to be built when built as a dependency of a project using a newer cabal version.