From 18a66e9e1fec53215890a7c0cd6c27c79059a310 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Mar 2019 21:53:47 -0500 Subject: [PATCH] hath.cabal: add Paths_hath to other-modules to silence a warning. --- hath.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hath.cabal b/hath.cabal index 6e9d036..bb3899f 100644 --- a/hath.cabal +++ b/hath.cabal @@ -103,6 +103,7 @@ executable hath Maskable Maskbits Octet + Paths_hath build-depends: base >= 4.9 && < 5, -- 2.43.2