berberman / arch-hs

Distribute hackage packages to archlinux
MIT License
19 stars 4 forks source link

Fix compatibility with Cabal 3.4 #45

Closed felixonmars closed 3 years ago

felixonmars commented 3 years ago

Flag was renamed to PackageFlag and CompilerFlag. We should be only using PackageFlag here.

berberman commented 3 years ago

I'm not sure scattering CPP over the code base is a good idea; it seems that a type synonym would be enough.

felixonmars commented 3 years ago

Not sure if I did it right :)