diff --git a/src/Hpack/Config.hs b/src/Hpack/Config.hs index 8177e812..360fc07d 100644 --- a/src/Hpack/Config.hs +++ b/src/Hpack/Config.hs @@ -548,6 +548,7 @@ data BuildType = | Configure | Make | Custom + | Hooks deriving (Eq, Show, Enum, Bounded) instance FromValue BuildType where