From a17f3f0e273b44c021d42c68f186fe1ae4149102 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 11 Jul 2021 14:29:07 +0200 Subject: [PATCH] fixed missing module in cabal --- hmonitors.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hmonitors.cabal b/hmonitors.cabal index b81e237..c0bf3be 100644 --- a/hmonitors.cabal +++ b/hmonitors.cabal @@ -7,7 +7,8 @@ extra-source-files: README.md cabal-version: >= 1.8 library - exposed-modules: Monitors.Battery + exposed-modules: Monitors.Common + Monitors.Battery Monitors.Date Monitors.Net Monitors.Volume