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
7 src/Servant/Job/Utils.hs | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
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 ?!
22 fromActionStepA :: Functor m => m (StepA a) -> StepT m a