From 5d9208d9df6c5d88d47e2c86e37bbfa86ed52fe3 Mon Sep 17 00:00:00 2001 From: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:23:40 +0100 Subject: [PATCH] Remove trailing comma in `Diff.cabal` --- Diff.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diff.cabal b/Diff.cabal index 8974d91..d5c3c99 100644 --- a/Diff.cabal +++ b/Diff.cabal @@ -37,7 +37,7 @@ library , pretty >= 1.1 hs-source-dirs: src exposed-modules: - Data.Algorithm.Diff, + Data.Algorithm.Diff Data.Algorithm.DiffOutput Data.Algorithm.DiffContext ghc-options: -Wall -funbox-strict-fields