From 5c9c7b360e4578f3db487e663587194746d0386b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 8 Dec 2023 07:34:55 +0100 Subject: fix: fix `Git.readTextFileOf` --- app/Exception.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Exception.hs') diff --git a/app/Exception.hs b/app/Exception.hs index 41097b3..5428194 100644 --- a/app/Exception.hs +++ b/app/Exception.hs @@ -62,7 +62,7 @@ data InvalidIssue = InvalidIssue (P.ParseErrorBundle [D.Node] Void) instance Exception InvalidIssue -data CannotReadFile = CannotReadFile +data CannotReadFile = CannotReadFile FilePath deriving (Show) instance Exception CannotReadFile -- cgit v1.2.3