gentoo-haskell / hackport

A command line tool to generate Gentoo ebuilds from Hackage packages.
GNU General Public License v3.0
52 stars 21 forks source link

Should we strip `base` dependency from .cabal files by default? #91

Open l29ah opened 3 years ago

l29ah commented 3 years ago

As lots of time is spent on adding all those cabal_chdeps manually every time ghc is bumped.

l29ah commented 3 years ago

Or it probably belongs in one of the eclasses.

trofi commented 3 years ago

base is not special here. Every time major dependency is bumped requires a lot of changes in dependent ebuilds. We don't have a good story here yet.