From 1ff37a3b9fdcec425c76f2f6bb08c68105ecfa41 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Thu, 19 Dec 2024 22:39:20 +0530 Subject: [PATCH] fixup! fixup! Add a normalized path equality check operation --- core/streamly-core.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/streamly-core.cabal b/core/streamly-core.cabal index b9fe00aca9..b8df8a60a2 100644 --- a/core/streamly-core.cabal +++ b/core/streamly-core.cabal @@ -457,8 +457,8 @@ library -- Only those modules should be here which are fully re-exported via some -- other module. - - , Streamly.Internal.Data.Fold.Step + other-modules: + Streamly.Internal.Data.Fold.Step , Streamly.Internal.Data.Fold.Type , Streamly.Internal.Data.Fold.Combinators , Streamly.Internal.Data.Fold.Container