]> Git — Sourcephile - gargantext.git/blob - patches/patches-class/0001-fix-comment-that-confused-GHC-because-of-haddock-syn.patch
build: add nix flake support
[gargantext.git] / patches / patches-class / 0001-fix-comment-that-confused-GHC-because-of-haddock-syn.patch
1 From 271ba32d6c940029dc653354dd7974a819f48e77 Mon Sep 17 00:00:00 2001
2 From: Alp Mestanogullari <alp@well-typed.com>
3 Date: Mon, 21 Jun 2021 19:59:14 +0200
4 Subject: [PATCH] fix comment that confused GHC because of haddock syntax in an
5 unexpected place
6
7 ---
8 src/Data/Patch/Class.hs | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/src/Data/Patch/Class.hs b/src/Data/Patch/Class.hs
12 index eece027..3b9e458 100644
13 --- a/src/Data/Patch/Class.hs
14 +++ b/src/Data/Patch/Class.hs
15 @@ -695,7 +695,7 @@ type instance ConflictResolution (MaybePatch a p) =
16 (ConflictResolutionReplace (Maybe a),
17 ConflictResolution p,
18 (Bool {- prefer left Rpl over Mod-}, Bool {- prefer right Rpl over Mod-})
19 - -- ^ TODO make more explicit
20 + -- TODO make more explicit
21 )
22
23 instance (Eq a, Action p a, Group p) => Semigroup (MaybePatch a p) where
24 --
25 2.40.1
26