hpack icon indicating copy to clipboard operation
hpack copied to clipboard

Add 'Hooks' to the build-types (since cabal 3.14)

Open lxsameer opened this issue 8 months ago • 1 comments

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 avatar Jul 04 '25 15:07 lxsameer

@lxsameer, see Hpack.Config.makeCabalVersion.

mpilgrem avatar Jul 04 '25 21:07 mpilgrem