From b9d9650a5486414485188f20597614cc7760aa30 Mon Sep 17 00:00:00 2001 From: lazyLambda Date: Wed, 29 Jul 2026 23:43:33 -0400 Subject: [PATCH] Remove stale extra-source-files: CHANGELOG.md The wildcard referenced a CHANGELOG.md file that never existed in the common/ subdir at any tagged rev. Older cabal / haskell.nix versions silently ignored the missing file; newer versions error with Cabal-6661 during source-repository-package plan generation. Root-level ChangeLog.md is unrelated (different filename case, different location). Simplest fix is removing the stale line. --- common/obelisk-oauth-common.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/common/obelisk-oauth-common.cabal b/common/obelisk-oauth-common.cabal index e77873d..5034243 100644 --- a/common/obelisk-oauth-common.cabal +++ b/common/obelisk-oauth-common.cabal @@ -10,7 +10,6 @@ copyright: 2019 Obsidian Systems LLC maintainer: maintainer@obsidian.systems category: Web build-type: Simple -extra-source-files: CHANGELOG.md library exposed-modules: Obelisk.OAuth.Authorization