From f772e0b2cc90ec1dfcf9a4d4bfc112f674c4c68f Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 12 Jan 2025 14:19:24 -0500 Subject: [PATCH] Fix casing of extra-source-files in Cabal-hooks (cherry picked from commit 963a684ccc5b3cb25e90b477bd86bce2d539c669) --- Cabal-hooks/Cabal-hooks.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal-hooks/Cabal-hooks.cabal b/Cabal-hooks/Cabal-hooks.cabal index f048c5b7b8b..f3a7e2c024e 100644 --- a/Cabal-hooks/Cabal-hooks.cabal +++ b/Cabal-hooks/Cabal-hooks.cabal @@ -15,7 +15,7 @@ category: Distribution build-type: Simple extra-source-files: - readme.md changelog.md + README.md CHANGELOG.md source-repository head type: git