From 1bdfde80d70c1dc63df186e32f7c86ba6545dff2 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sat, 8 Jun 2024 14:44:26 -0400 Subject: [PATCH] Fix module not added to ipkg --- ratio.ipkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ratio.ipkg b/ratio.ipkg index 3f97be0..8258a02 100644 --- a/ratio.ipkg +++ b/ratio.ipkg @@ -8,4 +8,5 @@ license = "MIT" sourcedir = "src" readme = "README.md" -modules = Data.Ratio +modules = Data.Ratio, + Data.IntegralGCD