]> Git — Sourcephile - gargantext.git/blob - patches/servant-job/0001-fix-comment-breaking-haddock.patch
build: add nix flake support
[gargantext.git] / patches / servant-job / 0001-fix-comment-breaking-haddock.patch
1 From 65ff693c953bbc770fb8761460e08783b4d7658f Mon Sep 17 00:00:00 2001
2 From: Julien Moutinho <julm+gargantext@sourcephile.fr>
3 Date: Sun, 2 Jul 2023 23:08:40 +0200
4 Subject: [PATCH] fix comment breaking haddock
5
6 ---
7 src/Servant/Job/Utils.hs | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/src/Servant/Job/Utils.hs b/src/Servant/Job/Utils.hs
11 index 002dc51..35b4405 100644
12 --- a/src/Servant/Job/Utils.hs
13 +++ b/src/Servant/Job/Utils.hs
14 @@ -101,7 +101,7 @@ infixr 4 ?!
15 data StepA a = StopA
16 | YieldA a
17 | ErrorA String
18 - -- | SkipA
19 + -- SkipA
20 -- not yet needed
21
22 fromActionStepA :: Functor m => m (StepA a) -> StepT m a
23 --
24 2.40.1
25