From 9442303c5f7d1f6227b074ce34b7cfea52789f2f Mon Sep 17 00:00:00 2001 From: David Fox Date: Sun, 3 Nov 2024 07:12:24 -0800 Subject: [PATCH] Export ContextDiff and Hunk from Data.Algorithm.DiffContext --- src/Data/Algorithm/DiffContext.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Data/Algorithm/DiffContext.hs b/src/Data/Algorithm/DiffContext.hs index cebbd3b..f1800f6 100644 --- a/src/Data/Algorithm/DiffContext.hs +++ b/src/Data/Algorithm/DiffContext.hs @@ -11,7 +11,8 @@ -- Generates a grouped diff with merged runs, and outputs them in the manner of diff -u ----------------------------------------------------------------------------- module Data.Algorithm.DiffContext - ( getContextDiff + ( ContextDiff, Hunk + , getContextDiff , prettyContextDiff , prettyContextDiffOld , getContextDiffNumbered