From b86f7270438419a4dc089e042a7da04576972e12 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Mon, 7 Oct 2024 10:07:58 -0400 Subject: [PATCH] README: add Cabal-hooks to the list of packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4697cf2b2c6..9d4a937db97 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This Cabal Git repository contains the following main packages: * [Cabal](Cabal/README.md): the Cabal library package ([license](Cabal/LICENSE)) + * [Cabal-hooks](Cabal-hooks/README.md): the library providing an API for the Cabal `Hooks` build type ([license](Cabal-hooks/LICENSE)) * [Cabal-syntax](Cabal-syntax/README.md): the `.cabal` file format library ([license](Cabal-syntax/LICENSE)) * [cabal-install](cabal-install/README.md): the package containing the `cabal` tool ([license](cabal-install/LICENSE)) * [cabal-install-solver](cabal-install-solver): the package containing the solver component of the `cabal` tool ([license](cabal-install-solver/LICENSE))