hpack
hpack copied to clipboard
Add 'Hooks' to the build-types (since cabal 3.14)
Cabal >=3.14, introduced Hooks build type that supposed to be the replacement for old Setup.hs stuff. This little patch just adds that to the BuildType data type so users can start using it.
@lxsameer, see Hpack.Config.makeCabalVersion.